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 4bab64348..b7b30696f 100644
--- a/src/wx/gl_video_view.h
+++ b/src/wx/gl_video_view.h
@@ -74,7 +74,7 @@ private:
wxGLContext* _context;
boost::atomic<wxSize> _canvas_size;
- GLuint _texture;
+ GLuint _video_texture;
boost::optional<dcp::Size> _size;
bool _have_storage;
bool _vsync_enabled;