Rename Timeline -> ContentTimeline.
[dcpomatic.git] / src / wx / timeline_dialog.h
index 8134aa6dbae15c34503237eb5e16d0d1fda9c155..d2821c20c08b0b2aec3d6a809c89e67374cc9947 100644 (file)
@@ -19,7 +19,7 @@
 */
 
 
-#include "timeline.h"
+#include "content_timeline.h"
 #include <dcp/warnings.h>
 LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
@@ -42,7 +42,7 @@ private:
        void keypress(wxKeyEvent const& event);
 
        std::weak_ptr<Film> _film;
-       Timeline _timeline;
+       ContentTimeline _timeline;
        wxToolBar* _toolbar;
        boost::signals2::scoped_connection _film_changed_connection;
 };