summaryrefslogtreecommitdiff
path: root/src/wx/timing_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timing_panel.h')
-rw-r--r--src/wx/timing_panel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/timing_panel.h b/src/wx/timing_panel.h
index 00b7f84e7..5f7095d8c 100644
--- a/src/wx/timing_panel.h
+++ b/src/wx/timing_panel.h
@@ -25,6 +25,7 @@ class TimingPanel : public ContentSubPanel
public:
TimingPanel (ContentPanel *);
+ void film_changed (Film::Property);
void film_content_changed (int);
void content_selection_changed ();
@@ -36,6 +37,8 @@ private:
void play_length_changed ();
void video_frame_rate_changed ();
void set_video_frame_rate ();
+ void update_full_length ();
+ void update_play_length ();
Timecode<DCPTime>* _position;
Timecode<DCPTime>* _full_length;