From b021b5983c62e266b82d9f0c5c6d8d8900553827 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 12 Nov 2014 00:21:28 +0000 Subject: WaE: calm clang tinderbox. Change-Id: Id07741c3d7780da72a351c33fc001f7d2a73bc64 --- vcl/opengl/salbmp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/opengl') 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) -- cgit