Basic jump to selected subtitle (#1200).
[dcpomatic.git] / src / wx / content_panel.h
index 15e0fb6e1506d810a7d12bc9fe8ae947e68f5ff3..c5378fc363bfe50a8982d213090adf1efad9f984 100644 (file)
@@ -71,6 +71,10 @@ public:
        bool remove_clicked (bool hotkey);
        void timeline_clicked ();
 
+       FilmViewer* film_viewer () const {
+               return _film_viewer;
+       }
+
        boost::signals2::signal<void (void)> SelectionChanged;
 
 private: