diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-01 00:48:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-01 00:48:15 +0100 |
| commit | 1d022220899c63e2cae0a2a9a81f6c6db955a23d (patch) | |
| tree | fdf436255ae717e6269d98626e9d45824fc77e82 /src/lib/screen_kdm.h | |
| parent | 9c01623c3038b978ba732de2ad147d29fad60afe (diff) | |
Simplify NameFormat stuff.
Diffstat (limited to 'src/lib/screen_kdm.h')
| -rw-r--r-- | src/lib/screen_kdm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/screen_kdm.h b/src/lib/screen_kdm.h index 227526449..60486c259 100644 --- a/src/lib/screen_kdm.h +++ b/src/lib/screen_kdm.h @@ -21,8 +21,8 @@ #ifndef DCPOMATIC_SCREEN_KDM_H #define DCPOMATIC_SCREEN_KDM_H -#include "kdm_filename_format.h" #include <dcp/encrypted_kdm.h> +#include <dcp/name_format.h> #include <boost/shared_ptr.hpp> class Screen; @@ -38,7 +38,7 @@ public: static void write_files ( std::list<ScreenKDM> screen_kdms, boost::filesystem::path directory, - KDMFilenameFormat name_format, dcp::NameFormat::Map name_values + dcp::NameFormat name_format, dcp::NameFormat::Map name_values ); boost::shared_ptr<Screen> screen; |
