X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimeline_text_content_view.h;h=055c841438ca49f0cc8ec58936a32ab970195563;hb=77d2514fee2919c32e4db92b8f75369754d17fb5;hp=540a90607ba15ff4f54cf6b3ffef8e7957caecf9;hpb=d7ac100c0eb1b5efdcfbec59be870fd869252840;p=dcpomatic.git diff --git a/src/wx/timeline_text_content_view.h b/src/wx/timeline_text_content_view.h index 540a90607..055c84143 100644 --- a/src/wx/timeline_text_content_view.h +++ b/src/wx/timeline_text_content_view.h @@ -20,6 +20,7 @@ #include "timeline_content_view.h" +class TextContent; class TextContent; /** @class TimelineTextContentView @@ -28,10 +29,12 @@ class TextContent; class TimelineTextContentView : public TimelineContentView { public: - TimelineTextContentView (Timeline& tl, boost::shared_ptr c); + 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; };