Put Font and Screen into dcpomatic namespace.
[dcpomatic.git] / src / lib / screen.h
index eff2e5ffe71c96b4ca390cf634673f83347a786c..829df23739629e35bba3423c23e0ed055b5d56cb 100644 (file)
@@ -46,6 +46,8 @@ private:
        boost::optional<std::string> _thumbprint;
 };
 
+namespace dcpomatic {
+
 /** @class Screen
  *  @brief A representation of a Screen for KDM generation.
  *
@@ -74,4 +76,6 @@ public:
        std::vector<TrustedDevice> trusted_devices;
 };
 
+}
+
 #endif