summaryrefslogtreecommitdiff
path: root/src/wx/subtitle_view.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-12-13 14:51:39 +0000
committerCarl Hetherington <cth@carlh.net>2017-04-19 23:04:32 +0100
commit22b13599407e45d85d1c83e0805aa14965b0ab19 (patch)
tree38aa5015affeca6ad390a7951c8ebf24d64f4d05 /src/wx/subtitle_view.cc
parenta78b741c43830c84bcb4d18e3147746f13a668e5 (diff)
Post-merge tidy-up.
Diffstat (limited to 'src/wx/subtitle_view.cc')
-rw-r--r--src/wx/subtitle_view.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/subtitle_view.cc b/src/wx/subtitle_view.cc
index 6ec71fce5..a4218dc5d 100644
--- a/src/wx/subtitle_view.cc
+++ b/src/wx/subtitle_view.cc
@@ -27,6 +27,7 @@
using std::list;
using boost::shared_ptr;
+using boost::bind;
using boost::dynamic_pointer_cast;
SubtitleView::SubtitleView (wxWindow* parent, shared_ptr<Film> film, shared_ptr<Decoder> decoder, DCPTime position)