X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffilm_editor.h;h=23c87e6784510288c54c8e9e96484b520e05bccc;hb=1b1bc528ee5ca1fee1bd33f9fb6f79cd551e3b33;hp=dadb583ae07b028f1c8324b1a0f30db6513c426e;hpb=097a1fb413bbbb89182161d4c1a31daa5419ec96;p=dcpomatic.git diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index dadb583ae..23c87e678 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 DCPTimelineDialog; +class TimelineDialog; class Ratio; -class DCPTimecode; +class Timecode; class FilmEditorPanel; class SubtitleContent; @@ -156,5 +156,5 @@ private: std::vector _ratios; bool _generally_sensitive; - DCPTimelineDialog* _timeline_dialog; + TimelineDialog* _timeline_dialog; };