Move FilmViewer::get() into SimpleVideoView.
[dcpomatic.git] / src / wx / simple_video_view.h
index 798356cee448e30bfe90189478ff16ae36048509..d271416528390ad39b04377614d53098f3791962 100644 (file)
@@ -43,6 +43,7 @@ public:
 private:
        void paint ();
        void timer ();
+       bool get (bool lazy);
 
        wxPanel* _panel;
        boost::shared_ptr<const Image> _image;