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.cc | |
| parent | d6d5e36cbeb285c78c33d88a09882d964f83d563 (diff) | |
Remove temporary access to timer() method.
Diffstat (limited to 'src/wx/simple_video_view.cc')
| -rw-r--r-- | src/wx/simple_video_view.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wx/simple_video_view.cc b/src/wx/simple_video_view.cc index 9aa73fe7f..37daecda2 100644 --- a/src/wx/simple_video_view.cc +++ b/src/wx/simple_video_view.cc @@ -163,3 +163,9 @@ SimpleVideoView::timer () _viewer->_butler->rethrow (); } } + +void +SimpleVideoView::start () +{ + timer (); +} |
