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

Tor Lillqvist tml at collabora.com
Tue Nov 11 09:17:15 PST 2014


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

New commits:
commit 2018bd1505392f1a9ba236eceed3e67a584266bf
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Nov 11 19:10:05 2014 +0200

    WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'
    
    Change-Id: I6d989baabe4ff59b91c3fdb725f75a7d9e01f5e0

diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index 5856fb8..8a2f89b 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -55,7 +55,7 @@ OpenGLSalGraphicsImpl::OpenGLSalGraphicsImpl()
     : mpFrame(NULL)
     , mbOffscreen(false)
     , mnFramebufferId(0)
-    , mpOffscreenTex(NULL)
+    , mpOffscreenTex(nullptr)
     , mnLineColor(SALCOLOR_NONE)
     , mnFillColor(SALCOLOR_NONE)
     , mnSolidProgram(0)


More information about the Libreoffice-commits mailing list