summaryrefslogtreecommitdiff
path: root/vcl/opengl
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2014-11-12 00:21:28 +0000
committerMichael Meeks <michael.meeks@collabora.com>2014-11-12 00:21:54 +0000
commitb021b5983c62e266b82d9f0c5c6d8d8900553827 (patch)
tree5c67d95fe86cd4d0656aab1c17f86081f31d95c8 /vcl/opengl
parent98f9baa5253f7bb8034f148519f31f548b1452fa (diff)
WaE: calm clang tinderbox.
Change-Id: Id07741c3d7780da72a351c33fc001f7d2a73bc64
Diffstat (limited to 'vcl/opengl')
-rw-r--r--vcl/opengl/salbmp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/opengl/salbmp.cxx b/vcl/opengl/salbmp.cxx
index e4f920543e26..c5e4d6176cb0 100644
--- a/vcl/opengl/salbmp.cxx
+++ b/vcl/opengl/salbmp.cxx
@@ -34,7 +34,7 @@ static bool isValidBitCount( sal_uInt16 nBitCount )
OpenGLSalBitmap::OpenGLSalBitmap()
: mpContext(NULL)
-, mpTexture(NULL)
+, mpTexture()
, mbDirtyTexture(true)
, mnBits(0)
, mnBytesPerRow(0)