diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-10-20 22:24:41 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-08 21:56:47 +0100 |
| commit | ff64d7f42884bb21e61c5f5b242c41415a5934b1 (patch) | |
| tree | 8bb46496fb5eeb133bea63580355104bf17c6098 /src/wx/simple_video_view.h | |
| parent | d6d5e36cbeb285c78c33d88a09882d964f83d563 (diff) | |
Remove temporary access to timer() method.
Diffstat (limited to 'src/wx/simple_video_view.h')
| -rw-r--r-- | src/wx/simple_video_view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/simple_video_view.h b/src/wx/simple_video_view.h index 82c77a4ef..798356cee 100644 --- a/src/wx/simple_video_view.h +++ b/src/wx/simple_video_view.h @@ -38,6 +38,8 @@ public: void update (); + void start (); + private: void paint (); void timer (); |
