Make some methods private.
[dcpomatic.git] / src / wx / gl_video_view.h
index b91078da03a1efe537cf054d67ea2c1c34d14fdc..713f965552321ff13e39025acb640681fcf02192 100644 (file)
@@ -36,7 +36,6 @@ public:
        GLVideoView (FilmViewer* viewer, wxWindow* parent);
        ~GLVideoView ();
 
-       void set_image (boost::shared_ptr<const Image> image);
        wxWindow* get () const {
                return _canvas;
        }
@@ -51,6 +50,7 @@ public:
        }
 
 private:
+       void set_image (boost::shared_ptr<const Image> image);
        void set_image_and_draw ();
        void draw (Position<int> inter_position, dcp::Size inter_size);
        void thread ();