Rename _texture -> _video_texture.
[dcpomatic.git] / src / wx / gl_video_view.h
index 4bab64348f078d00db84b1f04c1e7166f6e43939..b7b30696f1129415fabb5780471b68ecce904516 100644 (file)
@@ -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;