summaryrefslogtreecommitdiff
path: root/src/lib/screen_kdm.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-29 16:29:34 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-29 16:29:34 +0100
commitf4964573a60155545e02cbbebc47199f7480cf14 (patch)
tree6fd65f01a844fdd839722bc5957425293b5ed29a /src/lib/screen_kdm.h
parentfbe2784c136fa1550815babfce89589f66b35a29 (diff)
Rename KDMNameFormat.
Diffstat (limited to 'src/lib/screen_kdm.h')
-rw-r--r--src/lib/screen_kdm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/screen_kdm.h b/src/lib/screen_kdm.h
index d9031f188..227526449 100644
--- a/src/lib/screen_kdm.h
+++ b/src/lib/screen_kdm.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013-2015 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2013-2016 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -21,7 +21,7 @@
#ifndef DCPOMATIC_SCREEN_KDM_H
#define DCPOMATIC_SCREEN_KDM_H
-#include "kdm_name_format.h"
+#include "kdm_filename_format.h"
#include <dcp/encrypted_kdm.h>
#include <boost/shared_ptr.hpp>
@@ -38,7 +38,7 @@ public:
static void write_files (
std::list<ScreenKDM> screen_kdms, boost::filesystem::path directory,
- KDMNameFormat name_format, dcp::NameFormat::Map name_values
+ KDMFilenameFormat name_format, dcp::NameFormat::Map name_values
);
boost::shared_ptr<Screen> screen;