diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-12-12 01:32:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-12 00:43:51 +0100 |
| commit | cc3a87b302581647330753a09815ca78c0a23fe4 (patch) | |
| tree | 10def9a075f70f13920f3de1037c467508debf0c /src/wx/timeline_text_content_view.h | |
| parent | 58cbd115b5f6051b1af19e85f250c1c5bdc5f52d (diff) | |
Rename Timeline -> ContentTimeline.
Diffstat (limited to 'src/wx/timeline_text_content_view.h')
| -rw-r--r-- | src/wx/timeline_text_content_view.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wx/timeline_text_content_view.h b/src/wx/timeline_text_content_view.h index 046f5b3e6..c33c2662e 100644 --- a/src/wx/timeline_text_content_view.h +++ b/src/wx/timeline_text_content_view.h @@ -18,10 +18,12 @@ */ + #include "timeline_content_view.h" + class TextContent; -class TextContent; + /** @class TimelineTextContentView * @brief Timeline view for TextContent. @@ -29,7 +31,7 @@ class TextContent; class TimelineTextContentView : public TimelineContentView { public: - TimelineTextContentView (Timeline& tl, std::shared_ptr<Content>, std::shared_ptr<TextContent>); + TimelineTextContentView(ContentTimeline& tl, std::shared_ptr<Content>, std::shared_ptr<TextContent>); private: bool active () const override; |
