summaryrefslogtreecommitdiff
path: root/src/wx/simple_video_view.h
diff options
context:
space:
mode:
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;