[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - vcl/opengl

Michael Meeks michael.meeks at collabora.com
Tue Nov 11 16:21:12 PST 2014


 vcl/opengl/salbmp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fd947e2f3d02716c78dfb17798077e88470b6533
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Wed Nov 12 00:21:28 2014 +0000

    WaE: calm clang tinderbox.
    
    Change-Id: Id07741c3d7780da72a351c33fc001f7d2a73bc64

diff --git a/vcl/opengl/salbmp.cxx b/vcl/opengl/salbmp.cxx
index e4f9205..c5e4d61 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)


More information about the Libreoffice-commits mailing list