summaryrefslogtreecommitdiff
path: root/src/wx/timeline_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-12-12 01:32:04 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-12 00:43:51 +0100
commitcc3a87b302581647330753a09815ca78c0a23fe4 (patch)
tree10def9a075f70f13920f3de1037c467508debf0c /src/wx/timeline_dialog.h
parent58cbd115b5f6051b1af19e85f250c1c5bdc5f52d (diff)
Rename Timeline -> ContentTimeline.
Diffstat (limited to 'src/wx/timeline_dialog.h')
-rw-r--r--src/wx/timeline_dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/timeline_dialog.h b/src/wx/timeline_dialog.h
index 8134aa6db..d2821c20c 100644
--- a/src/wx/timeline_dialog.h
+++ b/src/wx/timeline_dialog.h
@@ -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;
};