summaryrefslogtreecommitdiff
path: root/src/wx/gl_video_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-09-13 00:06:59 +0200
committerCarl Hetherington <cth@carlh.net>2021-09-27 13:41:46 +0200
commitf984990795e548e2c4160d17d0fa54a40c8b1311 (patch)
treeab4d3b097e321dd2cc0ab5b4845d679cce8f527e /src/wx/gl_video_view.h
parent7245e46453a82886739a45bd78fcdf9e8401367c (diff)
Rename _texture -> _video_texture.
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;