summaryrefslogtreecommitdiff
path: root/src/lib/hints.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/hints.h')
-rw-r--r--src/lib/hints.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hints.h b/src/lib/hints.h
index 9da061286..b8bc806c0 100644
--- a/src/lib/hints.h
+++ b/src/lib/hints.h
@@ -47,7 +47,7 @@ private:
void thread ();
void stop_thread ();
void hint (std::string h);
- void text (PlayerText text, TextType type, boost::optional<DCPTextTrack> track, DCPTimePeriod period);
+ void text (PlayerText text, TextType type, DCPTimePeriod period);
boost::weak_ptr<const Film> _film;
boost::thread* _thread;