summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/FixedTextureAtlas.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/opengl/FixedTextureAtlas.hxx')
-rw-r--r--vcl/inc/opengl/FixedTextureAtlas.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/opengl/FixedTextureAtlas.hxx b/vcl/inc/opengl/FixedTextureAtlas.hxx
index 203550acf00d..b415efa44e26 100644
--- a/vcl/inc/opengl/FixedTextureAtlas.hxx
+++ b/vcl/inc/opengl/FixedTextureAtlas.hxx
@@ -29,7 +29,7 @@ class VCL_PLUGIN_PUBLIC FixedTextureAtlasManager
public:
FixedTextureAtlasManager(int nWidthFactor, int nHeightFactor, int nTextureSize);
~FixedTextureAtlasManager();
- OpenGLTexture InsertBuffer(int nWidth, int nHeight, int nFormat, int nType, sal_uInt8* pData);
+ OpenGLTexture InsertBuffer(int nWidth, int nHeight, int nFormat, int nType, sal_uInt8 const * pData);
OpenGLTexture Reserve(int nWidth, int nHeight);
int GetSubtextureSize()