summaryrefslogtreecommitdiff
path: root/src/wx/subtitle_appearance_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/subtitle_appearance_dialog.h')
-rw-r--r--src/wx/subtitle_appearance_dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/subtitle_appearance_dialog.h b/src/wx/subtitle_appearance_dialog.h
index 0b3c66132..6c7e46817 100644
--- a/src/wx/subtitle_appearance_dialog.h
+++ b/src/wx/subtitle_appearance_dialog.h
@@ -58,9 +58,9 @@ private:
wxCheckBox* _force_effect_colour;
wxColourPickerCtrl* _effect_colour;
wxCheckBox* _force_fade_in;
- Timecode<ContentTime>* _fade_in;
+ Timecode<dcpomatic::ContentTime>* _fade_in;
wxCheckBox* _force_fade_out;
- Timecode<ContentTime>* _fade_out;
+ Timecode<dcpomatic::ContentTime>* _fade_out;
wxSpinCtrl* _outline_width;
wxGridBagSizer* _table;
std::map<RGBA, RGBAColourPicker*> _pickers;