diff options
Diffstat (limited to 'src/wx/timing_panel.h')
| -rw-r--r-- | src/wx/timing_panel.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wx/timing_panel.h b/src/wx/timing_panel.h index ab859a1be..7fea45eb5 100644 --- a/src/wx/timing_panel.h +++ b/src/wx/timing_panel.h @@ -19,7 +19,7 @@ #include "film_editor_panel.h" -class Timecode; +class DCPTimecode; class TimingPanel : public FilmEditorPanel { @@ -36,9 +36,9 @@ private: void trim_end_changed (); void play_length_changed (); - Timecode* _position; - Timecode* _full_length; - Timecode* _trim_start; - Timecode* _trim_end; - Timecode* _play_length; + DCPTimecode* _position; + DCPTimecode* _full_length; + DCPTimecode* _trim_start; + DCPTimecode* _trim_end; + DCPTimecode* _play_length; }; |
