summaryrefslogtreecommitdiff
path: root/src/wx/timeline_time_axis_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-12-13 23:01:23 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-12 00:43:51 +0100
commit1910147fd58ac58a21b8f3b874495179aa5424ab (patch)
tree0a5931c2facdac574f11c5b47314e2600597aba8 /src/wx/timeline_time_axis_view.h
parentcc3a87b302581647330753a09815ca78c0a23fe4 (diff)
Rename TimelineView -> ContentTimelineView.
Diffstat (limited to 'src/wx/timeline_time_axis_view.h')
-rw-r--r--src/wx/timeline_time_axis_view.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wx/timeline_time_axis_view.h b/src/wx/timeline_time_axis_view.h
index 6ffb9e5dc..f89121776 100644
--- a/src/wx/timeline_time_axis_view.h
+++ b/src/wx/timeline_time_axis_view.h
@@ -18,9 +18,11 @@
*/
-#include "timeline_view.h"
-class TimelineTimeAxisView : public TimelineView
+#include "content_timeline_view.h"
+
+
+class TimelineTimeAxisView : public ContentTimelineView
{
public:
TimelineTimeAxisView(ContentTimeline& tl, int y);