Fix the build for older macOS.
[dcpomatic.git] / src / lib / trusted_device.h
index 7c6af3ea8b8a802a054462953fad6d632f90e394..51b97c297cbecc3704d96bd20c29639dc4d833c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013-2019 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #ifndef DCPOMATIC_TRUSTED_DEVICE_H
 #define DCPOMATIC_TRUSTED_DEVICE_H
 
+
 #include <dcp/certificate.h>
 #include <boost/optional.hpp>
 #include <string>
 
+
 class TrustedDevice
 {
 public:
@@ -43,4 +46,5 @@ private:
        boost::optional<std::string> _thumbprint;
 };
 
+
 #endif