Colour in 'masking' in GL mode.
[dcpomatic.git] / src / wx / simple_video_view.h
index 8b3ec9f0bda91233857c978b25116c99baf46d20..686a1a1f3cc83c686569a617dafd605e677aac39 100644 (file)
@@ -36,10 +36,11 @@ public:
                return _panel;
        }
 
+       void update ();
+
 private:
        void paint ();
 
-       FilmViewer* _viewer;
        wxPanel* _panel;
        boost::shared_ptr<const Image> _image;
 };