summaryrefslogtreecommitdiff
path: root/src/wx/kdm_dialog.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/wx/kdm_dialog.h
parentc4403784febdbdd42e9c32e67fadb147f11fe566 (diff)
Put Font and Screen into dcpomatic namespace.
Diffstat (limited to 'src/wx/kdm_dialog.h')
-rw-r--r--src/wx/kdm_dialog.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h
index 099db951b..a240ec1b6 100644
--- a/src/wx/kdm_dialog.h
+++ b/src/wx/kdm_dialog.h
@@ -25,8 +25,11 @@
#include <boost/date_time/posix_time/posix_time.hpp>
#include <map>
+namespace dcpomatic {
+ class Screen;
+}
+
class Cinema;
-class Screen;
class Film;
class ScreensPanel;
class KDMTimingPanel;