Remove all use of stringstream in an attempt to fix
[dcpomatic.git] / src / wx / film_viewer.h
index c9f25fa65dab2f67a397491fdf6072897376f955..a67820a8ca21229e2b7ef8f40dfaaba7cf617596 100644 (file)
@@ -71,6 +71,9 @@ private:
        void setup_sensitivity ();
        void film_changed (Film::Property);
        DCPTime nudge_amount (wxMouseEvent &);
+       void timecode_clicked ();
+       void frame_number_clicked ();
+       void go_to (DCPTime t);
 
        boost::shared_ptr<Film> _film;
        boost::shared_ptr<Player> _player;