diff options
Diffstat (limited to 'vcl/inc/opengl/program.hxx')
-rw-r--r-- | vcl/inc/opengl/program.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/opengl/program.hxx b/vcl/inc/opengl/program.hxx index 8289a56de4bf..7bdd43d3d51c 100644 --- a/vcl/inc/opengl/program.hxx +++ b/vcl/inc/opengl/program.hxx @@ -76,7 +76,7 @@ public: void ApplyMatrix(float fWidth, float fHeight, float fPixelOffset = 0.0f); - bool DrawTexture( OpenGLTexture& rTexture ); + bool DrawTexture( const OpenGLTexture& rTexture ); protected: void SetVertexAttrib( GLuint& rAttrib, const OString& rName, const GLvoid* pData ); |