summaryrefslogtreecommitdiff
path: root/src/wx/simple_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/simple_video_view.h
parentdde431cafbb20ed3356ad5592be56af1d4458f46 (diff)
Move ::timer into SimpleVideoView.
Diffstat (limited to 'src/wx/simple_video_view.h')
-rw-r--r--src/wx/simple_video_view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/simple_video_view.h b/src/wx/simple_video_view.h
index 686a1a1f3..82c77a4ef 100644
--- a/src/wx/simple_video_view.h
+++ b/src/wx/simple_video_view.h
@@ -40,7 +40,9 @@ public:
private:
void paint ();
+ void timer ();
wxPanel* _panel;
boost::shared_ptr<const Image> _image;
+ wxTimer _timer;
};