std::shared_ptr
[dcpomatic.git] / src / wx / timeline_video_content_view.h
index d53d43f35aba6f7c821f93a692fe423e666875e3..2269a29301ffb1c8c1cbca37070674f7272ebe4c 100644 (file)
 class TimelineVideoContentView : public TimelineContentView
 {
 public:
-       TimelineVideoContentView (Timeline& tl, boost::shared_ptr<Content> c);
+       TimelineVideoContentView (Timeline& tl, std::shared_ptr<Content> c);
 
 private:
-       bool active () const {
-               return true;
-       }
+       bool active () const;
        wxColour background_colour () const;
        wxColour foreground_colour () const;
 };