summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/PackedTextureAtlas.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/opengl/PackedTextureAtlas.hxx')
-rw-r--r--vcl/inc/opengl/PackedTextureAtlas.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/opengl/PackedTextureAtlas.hxx b/vcl/inc/opengl/PackedTextureAtlas.hxx
index 9640c8ff8243..d2932b7e2b37 100644
--- a/vcl/inc/opengl/PackedTextureAtlas.hxx
+++ b/vcl/inc/opengl/PackedTextureAtlas.hxx
@@ -43,7 +43,7 @@ public:
*/
PackedTextureAtlasManager(int nTextureWidth, int nTextureHeight);
~PackedTextureAtlasManager();
- 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);
std::vector<GLuint> ReduceTextureNumber(int nMaxNumberOfTextures);
};