summaryrefslogtreecommitdiff
path: root/vcl/source/opengl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/opengl')
-rw-r--r--vcl/source/opengl/OpenGLHelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/opengl/OpenGLHelper.cxx b/vcl/source/opengl/OpenGLHelper.cxx
index 9b91415d2392..76039a35e09a 100644
--- a/vcl/source/opengl/OpenGLHelper.cxx
+++ b/vcl/source/opengl/OpenGLHelper.cxx
@@ -170,7 +170,7 @@ namespace
OString getHexString(const sal_uInt8* pData, sal_uInt32 nLength)
{
- static const char* pHexData = "0123456789ABCDEF";
+ static const char* const pHexData = "0123456789ABCDEF";
bool bIsZero = true;
OStringBuffer aHexStr;