summaryrefslogtreecommitdiff
path: root/src/wx/timeline_text_content_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timeline_text_content_view.h')
-rw-r--r--src/wx/timeline_text_content_view.h6
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;