summaryrefslogtreecommitdiff
path: root/src/lib/film.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-03-02 23:10:55 +0000
committerCarl Hetherington <cth@carlh.net>2016-03-08 10:31:03 +0000
commitbdae32bb84672026c1a373e809804109e95accf4 (patch)
tree2bc51cc43f10a87503661a4829d1d34dbaf7549a /src/lib/film.h
parent581ea73e56388d87a0c7f736efce447076618393 (diff)
Take notice of cinema time zones when making KDMs (#788).
Diffstat (limited to 'src/lib/film.h')
-rw-r--r--src/lib/film.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index b34e4bcfa..b8e31a420 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -132,8 +132,8 @@ public:
std::list<ScreenKDM> make_kdms (
std::list<boost::shared_ptr<Screen> >,
boost::filesystem::path cpl_file,
- dcp::LocalTime from,
- dcp::LocalTime until,
+ boost::posix_time::ptime from,
+ boost::posix_time::ptime until,
dcp::Formulation formulation
) const;