diff options
Diffstat (limited to 'src/wx/film_editor.h')
| -rw-r--r-- | src/wx/film_editor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index 23c87e678..dadb583ae 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -33,9 +33,9 @@ class wxNotebook; class wxListCtrl; class wxListEvent; class Film; -class TimelineDialog; +class DCPTimelineDialog; class Ratio; -class Timecode; +class DCPTimecode; class FilmEditorPanel; class SubtitleContent; @@ -156,5 +156,5 @@ private: std::vector<Ratio const *> _ratios; bool _generally_sensitive; - TimelineDialog* _timeline_dialog; + DCPTimelineDialog* _timeline_dialog; }; |
