diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-08 23:56:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-10 23:43:55 +0100 |
| commit | f41818f14369f170475b7f2bde1a2dd856517b14 (patch) | |
| tree | 2fd7d07fb63e46e8ad2964917cff5704d1893f85 /src/lib/film.h | |
| parent | c4403784febdbdd42e9c32e67fadb147f11fe566 (diff) | |
Put Font and Screen into dcpomatic namespace.
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index 7d762f599..87ea700b7 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -45,12 +45,15 @@ namespace xmlpp { class Document; } +namespace dcpomatic { + class Screen; +} + class DCPContentType; class Log; class Content; class Playlist; class AudioContent; -class Screen; class AudioProcessor; class AudioMapping; class Ratio; @@ -140,7 +143,7 @@ public: ) const; std::list<ScreenKDM> make_kdms ( - std::list<boost::shared_ptr<Screen> > screens, + std::list<boost::shared_ptr<dcpomatic::Screen> > screens, boost::filesystem::path cpl_file, boost::posix_time::ptime from, boost::posix_time::ptime until, |
