summaryrefslogtreecommitdiff
path: root/src/lib/hints.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-05-08 23:41:42 +0100
committerCarl Hetherington <cth@carlh.net>2019-05-10 23:43:55 +0100
commitc4403784febdbdd42e9c32e67fadb147f11fe566 (patch)
treea3c76832e341eedcaed2152c2ebf4dd76325b6b2 /src/lib/hints.h
parent248fe9bd28d93a9e269093b4dfbec5d0ceb49ce1 (diff)
Put Time types in dcpomatic namespace.
Diffstat (limited to 'src/lib/hints.h')
-rw-r--r--src/lib/hints.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/hints.h b/src/lib/hints.h
index 6f0e533d4..00c2486e7 100644
--- a/src/lib/hints.h
+++ b/src/lib/hints.h
@@ -46,7 +46,7 @@ public:
private:
void thread ();
void hint (std::string h);
- void text (PlayerText text, TextType type, DCPTimePeriod period);
+ void text (PlayerText text, TextType type, dcpomatic::DCPTimePeriod period);
boost::weak_ptr<const Film> _film;
boost::thread* _thread;
@@ -54,7 +54,7 @@ private:
bool _long_ccap;
bool _overlap_ccap;
bool _too_many_ccap_lines;
- boost::optional<DCPTimePeriod> _last;
+ boost::optional<dcpomatic::DCPTimePeriod> _last;
boost::mutex _mutex;
bool _stop;