summaryrefslogtreecommitdiff
path: root/src/lib/screen.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-01 22:48:06 +0000
committerCarl Hetherington <cth@carlh.net>2019-05-06 21:31:09 +0100
commitea32c7304055dd1c9d26ec75f79fd6c3125f9fb7 (patch)
treefe7919d4b1860daa7399a8a7de04b81843bc9bc1 /src/lib/screen.h
parent4532b2ae1a0fce6e2a8bc6e9f9922a99a3efb493 (diff)
Incorporate GLView; requires putting 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