summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_viewer.h')
-rw-r--r--src/wx/film_viewer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index c9f25fa65..bec32d814 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -71,6 +71,8 @@ private:
void setup_sensitivity ();
void film_changed (Film::Property);
DCPTime nudge_amount (wxMouseEvent &);
+ void timecode_clicked ();
+ void go_to (DCPTime t);
boost::shared_ptr<Film> _film;
boost::shared_ptr<Player> _player;