summaryrefslogtreecommitdiff
path: root/vcl/opengl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-12-01 10:04:22 +0200
committerJan Holesovsky <kendy@collabora.com>2014-12-02 15:47:28 +0100
commitcd84eaa371a6fd6c8f378cc90128e0365c176298 (patch)
tree874a0866435c763bb4d3fcaafa33b8f0c411eb7e /vcl/opengl
parentd445965e9c21089cdb190ff83a27f37d04b0c2fd (diff)
WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'
Change-Id: I71923bdeb7b66662f114b3e72d9e3846f8b9ff92
Diffstat (limited to 'vcl/opengl')
-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 e693b2fc1866..3802a7e37312 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()