X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fgl_video_view.h;fp=src%2Fwx%2Fgl_video_view.h;h=713f965552321ff13e39025acb640681fcf02192;hb=ef5be12ec33d0a7e5348979c7db8088dd3afab47;hp=b91078da03a1efe537cf054d67ea2c1c34d14fdc;hpb=92a2ca96e61ed040737a395b232cf22e5f3234c1;p=dcpomatic.git diff --git a/src/wx/gl_video_view.h b/src/wx/gl_video_view.h index b91078da0..713f96555 100644 --- a/src/wx/gl_video_view.h +++ b/src/wx/gl_video_view.h @@ -36,7 +36,6 @@ public: GLVideoView (FilmViewer* viewer, wxWindow* parent); ~GLVideoView (); - void set_image (boost::shared_ptr image); wxWindow* get () const { return _canvas; } @@ -51,6 +50,7 @@ public: } private: + void set_image (boost::shared_ptr image); void set_image_and_draw (); void draw (Position inter_position, dcp::Size inter_size); void thread ();