summaryrefslogtreecommitdiff
path: root/src/wx/gl_video_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-09-13 00:52:16 +0200
committerCarl Hetherington <cth@carlh.net>2021-09-27 13:41:46 +0200
commitf802565830bed9ec9e7ad6c16ccaa7b0700625d9 (patch)
treec6eac87b0ad7fdf00eb92567c184b9afaa94dbb0 /src/wx/gl_video_view.h
parent687ade428fb7ad6d0949f12aa5a7f5b643434489 (diff)
Rename _size -> _video_size
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 b7b30696f..8f3f2dcb4 100644
--- a/src/wx/gl_video_view.h
+++ b/src/wx/gl_video_view.h
@@ -75,7 +75,7 @@ private:
boost::atomic<wxSize> _canvas_size;
GLuint _video_texture;
- boost::optional<dcp::Size> _size;
+ boost::optional<dcp::Size> _video_size;
bool _have_storage;
bool _vsync_enabled;
boost::thread _thread;