summaryrefslogtreecommitdiff
path: root/src/wx/gl_video_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-06-28 23:12:59 +0200
committerCarl Hetherington <cth@carlh.net>2020-06-28 23:13:04 +0200
commitef5be12ec33d0a7e5348979c7db8088dd3afab47 (patch)
tree08c37bcbd20769ef070031db1f6df66584a8ef6f /src/wx/gl_video_view.h
parent92a2ca96e61ed040737a395b232cf22e5f3234c1 (diff)
Make some methods private.
Diffstat (limited to 'src/wx/gl_video_view.h')
-rw-r--r--src/wx/gl_video_view.h2
1 files changed, 1 insertions, 1 deletions
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<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 ();