From 2018bd1505392f1a9ba236eceed3e67a584266bf Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 11 Nov 2014 19:10:05 +0200 Subject: [PATCH] WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t' Change-Id: I6d989baabe4ff59b91c3fdb725f75a7d9e01f5e0 --- vcl/opengl/gdiimpl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx index 5856fb8dfb6f..8a2f89bb9432 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)