diff options
Diffstat (limited to 'src/wx/simple_video_view.h')
| -rw-r--r-- | src/wx/simple_video_view.h | 1 |
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; |
