Initial stuff; mostly ok but some hints are still not implemented as warnings.
[dcpomatic.git] / src / wx / timeline_video_content_view.h
index 667c54485e633bc228f7c546acd5a5ccff3d458a..6397ccdb3968ce84704d40beec2a9f73ceea0332 100644 (file)
@@ -27,8 +27,10 @@ class TimelineVideoContentView : public TimelineContentView
 public:
        TimelineVideoContentView (Timeline& tl, boost::shared_ptr<Content> c);
 
-private:       
-       wxString type () const;
+private:
+       bool active () const {
+               return true;
+       }
        wxColour background_colour () const;
        wxColour foreground_colour () const;
 };