summaryrefslogtreecommitdiff
path: root/src/lib/screen.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-05-08 23:56:32 +0100
committerCarl Hetherington <cth@carlh.net>2019-05-10 23:43:55 +0100
commitf41818f14369f170475b7f2bde1a2dd856517b14 (patch)
tree2fd7d07fb63e46e8ad2964917cff5704d1893f85 /src/lib/screen.h
parentc4403784febdbdd42e9c32e67fadb147f11fe566 (diff)
Put Font and Screen into dcpomatic namespace.
Diffstat (limited to 'src/lib/screen.h')
-rw-r--r--src/lib/screen.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/screen.h b/src/lib/screen.h
index eff2e5ffe..829df2373 100644
--- a/src/lib/screen.h
+++ b/src/lib/screen.h
@@ -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