diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-11-22 00:10:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-08 21:56:47 +0100 |
| commit | 166f44ff1b500f684417d660bb349d35383996ee (patch) | |
| tree | 230b6aa0f1be00f2f1570a96721e4b97262c3c69 /src/wx/simple_video_view.h | |
| parent | f77529bdfa01ae13f889442900988fc401b63c62 (diff) | |
More tidying up.
Diffstat (limited to 'src/wx/simple_video_view.h')
| -rw-r--r-- | src/wx/simple_video_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/simple_video_view.h b/src/wx/simple_video_view.h index 86451fa66..a6a5cf47f 100644 --- a/src/wx/simple_video_view.h +++ b/src/wx/simple_video_view.h @@ -43,9 +43,9 @@ public: bool display_next_frame (bool non_blocking); private: + void refresh_panel (); void paint (); void timer (); - void display_player_video (); wxPanel* _panel; boost::shared_ptr<const Image> _image; |
