Merge branch 'v2.15.x' of ssh://main.carlh.net/home/carl/git/dcpomatic into v2.15.x
[dcpomatic.git] / src / wx / timeline_video_content_view.h
index d53d43f35aba6f7c821f93a692fe423e666875e3..c32424d59bf22c106542af7673dd2b6386d9352f 100644 (file)
@@ -29,9 +29,7 @@ public:
        TimelineVideoContentView (Timeline& tl, boost::shared_ptr<Content> c);
 
 private:
-       bool active () const {
-               return true;
-       }
+       bool active () const;
        wxColour background_colour () const;
        wxColour foreground_colour () const;
 };