Accessor for ClosedCaptionsDialog.
[dcpomatic.git] / src / wx / text_view.cc
index 9b591b19161406408c88bef739a4c4323a1f91d0..271e02d41a357a4050a27715362c0d921a0f0564 100644 (file)
@@ -35,6 +35,7 @@ using boost::shared_ptr;
 using boost::weak_ptr;
 using boost::bind;
 using boost::dynamic_pointer_cast;
+using namespace dcpomatic;
 
 TextView::TextView (
        wxWindow* parent, shared_ptr<Film> film, shared_ptr<Content> content, shared_ptr<TextContent> text, shared_ptr<Decoder> decoder, weak_ptr<FilmViewer> viewer