X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimeline_text_content_view.h;h=055c841438ca49f0cc8ec58936a32ab970195563;hb=b33437685e43427459e7ea752f3cd3d621878573;hp=4f69f2aefa40d6b2d70ee0075c965f7ec90bbfba;hpb=cbd4450197a083bf58bda510e626f73ba583cb66;p=dcpomatic.git diff --git a/src/wx/timeline_text_content_view.h b/src/wx/timeline_text_content_view.h index 4f69f2aef..055c84143 100644 --- a/src/wx/timeline_text_content_view.h +++ b/src/wx/timeline_text_content_view.h @@ -21,7 +21,7 @@ #include "timeline_content_view.h" class TextContent; -class CaptionContent; +class TextContent; /** @class TimelineTextContentView * @brief Timeline view for TextContent. @@ -29,12 +29,12 @@ class CaptionContent; class TimelineTextContentView : public TimelineContentView { public: - TimelineTextContentView (Timeline& tl, boost::shared_ptr, boost::shared_ptr); + TimelineTextContentView (Timeline& tl, boost::shared_ptr, boost::shared_ptr); private: bool active () const; wxColour background_colour () const; wxColour foreground_colour () const; - boost::shared_ptr _caption; + boost::shared_ptr _caption; };