summaryrefslogtreecommitdiff
path: root/src/wx/gl_video_view.h
diff options
context:
space:
mode:
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;