Accessor for ClosedCaptionsDialog.
[dcpomatic.git] / src / wx / timing_panel.h
index 65d8aabc94e124ce8cceeccdf8f885fc95f0d6d3..962a7fedcb17b3fd7bb8a18709f6b9e9a8ab1924 100644 (file)
@@ -57,18 +57,18 @@ private:
        wxStaticText* _colon[3];
        wxStaticText* _tip;
        wxStaticText* _position_label;
-       Timecode<DCPTime>* _position;
+       Timecode<dcpomatic::DCPTime>* _position;
        wxButton* _move_to_start_of_reel;
        wxStaticText* _full_length_label;
-       Timecode<DCPTime>* _full_length;
+       Timecode<dcpomatic::DCPTime>* _full_length;
        wxStaticText* _trim_start_label;
-       Timecode<ContentTime>* _trim_start;
+       Timecode<dcpomatic::ContentTime>* _trim_start;
        wxButton* _trim_start_to_playhead;
        wxButton* _trim_end_to_playhead;
        wxStaticText* _trim_end_label;
-       Timecode<ContentTime>* _trim_end;
+       Timecode<dcpomatic::ContentTime>* _trim_end;
        wxStaticText* _play_length_label;
-       Timecode<DCPTime>* _play_length;
+       Timecode<dcpomatic::DCPTime>* _play_length;
        wxStaticText* _video_frame_rate_label;
        wxTextCtrl* _video_frame_rate;
        wxButton* _set_video_frame_rate;