summaryrefslogtreecommitdiff
path: root/src/wx/simple_video_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-20 22:49:07 +0200
committerCarl Hetherington <cth@carlh.net>2020-01-08 21:56:47 +0100
commit7c33cdd95a23ff784c0e0731a9d1444ce9bb8f09 (patch)
tree8d68307a5480a152627952dfef4d73ce4bb0af1f /src/wx/simple_video_view.h
parentff64d7f42884bb21e61c5f5b242c41415a5934b1 (diff)
Move FilmViewer::get() into SimpleVideoView.
Diffstat (limited to 'src/wx/simple_video_view.h')
-rw-r--r--src/wx/simple_video_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/simple_video_view.h b/src/wx/simple_video_view.h
index 798356cee..d27141652 100644
--- a/src/wx/simple_video_view.h
+++ b/src/wx/simple_video_view.h
@@ -43,6 +43,7 @@ public:
private:
void paint ();
void timer ();
+ bool get (bool lazy);
wxPanel* _panel;
boost::shared_ptr<const Image> _image;