More tidying up.
[dcpomatic.git] / src / wx / simple_video_view.h
index 86451fa66c5e7f80073e4c648d1a793e7e256ea3..a6a5cf47f1783b44235c9d771c6d359ff642b6d6 100644 (file)
@@ -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;