summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-12-01 10:04:22 +0200
committerTor Lillqvist <tml@collabora.com>2014-12-01 10:06:23 +0200
commitea25c799ea6d16a15390f9edcd69fa9e8ec5b2b5 (patch)
treeefae61c38dd00fd92b3aa51c3bad57503c8242a5
parent14596452e781f6a66bcc63b0c447c852df1f2896 (diff)
WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'
Change-Id: I71923bdeb7b66662f114b3e72d9e3846f8b9ff92
-rw-r--r--vcl/opengl/gdiimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index 3b6f67b46aac..cff4a0bee77f 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -134,7 +134,7 @@ bool OpenGLSalGraphicsImpl::AcquireContext( bool bOffscreen )
pContext =CreateWinContext();
mpContext.reset(pContext);
- return (mpContext != NULL);
+ return (mpContext != nullptr);
}
bool OpenGLSalGraphicsImpl::ReleaseContext()