summaryrefslogtreecommitdiff
path: root/src/wx/simple_video_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-11-22 00:10:35 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-08 21:56:47 +0100
commit166f44ff1b500f684417d660bb349d35383996ee (patch)
tree230b6aa0f1be00f2f1570a96721e4b97262c3c69 /src/wx/simple_video_view.h
parentf77529bdfa01ae13f889442900988fc401b63c62 (diff)
More tidying up.
Diffstat (limited to 'src/wx/simple_video_view.h')
-rw-r--r--src/wx/simple_video_view.h2
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;