summaryrefslogtreecommitdiff
path: root/src/lib/send_kdm_email_job.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-08 23:56:32 +0100
commit2d91882ad6d4e32723f03557f38ff7f1ae319763 (patch)
tree8d59d536e808647eb5619b0ce3bbbefb11341440 /src/lib/send_kdm_email_job.h
parent74309228dc89db1d053572497a7a59b016958e03 (diff)
Put Font and Screen into dcpomatic namespace.
Diffstat (limited to 'src/lib/send_kdm_email_job.h')
-rw-r--r--src/lib/send_kdm_email_job.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/send_kdm_email_job.h b/src/lib/send_kdm_email_job.h
index b4e007e3b..0b64db7a8 100644
--- a/src/lib/send_kdm_email_job.h
+++ b/src/lib/send_kdm_email_job.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2013-2019 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -23,7 +23,10 @@
#include <dcp/name_format.h>
#include <boost/filesystem.hpp>
-class Screen;
+namespace dcpomatic {
+ class Screen;
+}
+
class CinemaKDMs;
class Log;