Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / wx / video_panel.h
index 795a52a78f2cfa33c5227a3dcb93efaf84a23ed6..8e9a77cab97360c89f546cfb730227466b2e8f2f 100644 (file)
@@ -70,9 +70,9 @@ private:
        wxStaticText* _bottom_crop_label;
        ContentSpinCtrl<VideoContent>* _bottom_crop;
        wxStaticText* _fade_in_label;
-       Timecode<ContentTime>* _fade_in;
+       Timecode<dcpomatic::ContentTime>* _fade_in;
        wxStaticText* _fade_out_label;
-       Timecode<ContentTime>* _fade_out;
+       Timecode<dcpomatic::ContentTime>* _fade_out;
        wxStaticText* _scale_to_label;
        ContentChoice<VideoContent, VideoContentScale>* _scale;
        wxStaticText* _description;