std::shared_ptr
[dcpomatic.git] / src / wx / timeline_video_content_view.h
index c32424d59bf22c106542af7673dd2b6386d9352f..2269a29301ffb1c8c1cbca37070674f7272ebe4c 100644 (file)
@@ -26,7 +26,7 @@
 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;