diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-12-13 23:01:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-12 00:43:51 +0100 |
| commit | 1910147fd58ac58a21b8f3b874495179aa5424ab (patch) | |
| tree | 0a5931c2facdac574f11c5b47314e2600597aba8 /src/wx/timeline_content_view.h | |
| parent | cc3a87b302581647330753a09815ca78c0a23fe4 (diff) | |
Rename TimelineView -> ContentTimelineView.
Diffstat (limited to 'src/wx/timeline_content_view.h')
| -rw-r--r-- | src/wx/timeline_content_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/timeline_content_view.h b/src/wx/timeline_content_view.h index ac84214f0..7b206d30f 100644 --- a/src/wx/timeline_content_view.h +++ b/src/wx/timeline_content_view.h @@ -23,7 +23,7 @@ #define DCPOMATIC_TIMELINE_CONTENT_VIEW_H -#include "timeline_view.h" +#include "content_timeline_view.h" #include "lib/change_signaller.h" #include <dcp/warnings.h> LIBDCP_DISABLE_WARNINGS @@ -37,7 +37,7 @@ class Content; /** @class TimelineContentView * @brief Parent class for views of pieces of content. */ -class TimelineContentView : public TimelineView +class TimelineContentView : public ContentTimelineView { public: TimelineContentView(ContentTimeline& tl, std::shared_ptr<Content> c); |
