summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wx/film_viewer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index def8d16cd..029ec0323 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -98,17 +98,17 @@ private:
void panel_sized (wxSizeEvent &);
void timer ();
void calculate_sizes ();
- void check_play_state ();
void player_change (ChangeType type, int, bool);
void get ();
void display_player_video ();
void film_change (ChangeType, Film::Property);
- void timecode_clicked ();
void recreate_butler ();
void config_changed (Config::Property);
+
DCPTime time () const;
DCPTime uncorrected_time () const;
Frame average_latency () const;
+
void refresh_panel ();
bool quick_refresh ();