X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimeline_text_content_view.h;h=98aea6316accce2b5ff12656db1faf491be94c80;hb=f984990795e548e2c4160d17d0fa54a40c8b1311;hp=055c841438ca49f0cc8ec58936a32ab970195563;hpb=df17bbd25da69fc38eb2dcd8b4a2531cf0bab0bc;p=dcpomatic.git diff --git a/src/wx/timeline_text_content_view.h b/src/wx/timeline_text_content_view.h index 055c84143..98aea6316 100644 --- a/src/wx/timeline_text_content_view.h +++ b/src/wx/timeline_text_content_view.h @@ -29,12 +29,12 @@ class TextContent; class TimelineTextContentView : public TimelineContentView { public: - TimelineTextContentView (Timeline& tl, boost::shared_ptr, boost::shared_ptr); + TimelineTextContentView (Timeline& tl, std::shared_ptr, std::shared_ptr); private: bool active () const; wxColour background_colour () const; wxColour foreground_colour () const; - boost::shared_ptr _caption; + std::shared_ptr _caption; };