Attempt to tidy up internal APIs slightly.
[dcpomatic.git] / src / wx / film_viewer.h
index 399441f18357cf4d1595e88b35a72d56aec3cb01..d01e002906be3522bad6ee72595987d55ee3b7fc 100644 (file)
@@ -67,7 +67,7 @@ private:
        void player_changed (bool);
        void update_position_label ();
        void update_position_slider ();
-       void video (boost::shared_ptr<PlayerVideo>);
+       void video (boost::shared_ptr<PlayerVideo>, DCPTime time);
        void get ();
        void seek (DCPTime t, bool accurate);
        void refresh_panel ();