summaryrefslogtreecommitdiff
path: root/src/wx/video_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/video_view.h')
-rw-r--r--src/wx/video_view.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wx/video_view.h b/src/wx/video_view.h
index dda18058d..80d6a50fc 100644
--- a/src/wx/video_view.h
+++ b/src/wx/video_view.h
@@ -49,6 +49,11 @@ public:
boost::signals2::signal<void()> Sized;
+ /* XXX_b: to remove */
+ virtual bool get (bool) {
+ return true;
+ }
+
protected:
FilmViewer* _viewer;