From c4403784febdbdd42e9c32e67fadb147f11fe566 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 8 May 2019 23:41:42 +0100 Subject: Put Time types in dcpomatic namespace. --- src/wx/video_panel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/wx/video_panel.h') diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index 795a52a78..8e9a77cab 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -70,9 +70,9 @@ private: wxStaticText* _bottom_crop_label; ContentSpinCtrl* _bottom_crop; wxStaticText* _fade_in_label; - Timecode* _fade_in; + Timecode* _fade_in; wxStaticText* _fade_out_label; - Timecode* _fade_out; + Timecode* _fade_out; wxStaticText* _scale_to_label; ContentChoice* _scale; wxStaticText* _description; -- cgit v1.2.3