summaryrefslogtreecommitdiff
path: root/src/wx/video_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-20 22:13:46 +0200
committerCarl Hetherington <cth@carlh.net>2020-01-08 21:56:47 +0100
commitc76b1fd7fe41a7e371ae1fe1dad21c87a19839f1 (patch)
treea487e093d93895fafb529edd6c4ae0e6e8030c3e /src/wx/video_view.h
parentdde431cafbb20ed3356ad5592be56af1d4458f46 (diff)
Move ::timer into SimpleVideoView.
Diffstat (limited to 'src/wx/video_view.h')
-rw-r--r--src/wx/video_view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/video_view.h b/src/wx/video_view.h
index 892ffab12..8b86b2ba1 100644
--- a/src/wx/video_view.h
+++ b/src/wx/video_view.h
@@ -46,6 +46,9 @@ public:
boost::signals2::signal<void()> Sized;
+ /* XXX_b: to remove */
+ virtual void timer () {}
+
protected:
FilmViewer* _viewer;