summaryrefslogtreecommitdiffstats
path: root/vcl/opengl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-11 19:10:05 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-11 19:10:05 +0200
commit2018bd1505392f1a9ba236eceed3e67a584266bf (patch)
tree573b12e28c9c7538797f24da4444bb1c6afe066b /vcl/opengl
parentAdd a function to compare version number strings (diff)
downloadcore-2018bd1505392f1a9ba236eceed3e67a584266bf.tar.gz
core-2018bd1505392f1a9ba236eceed3e67a584266bf.zip
WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'
Change-Id: I6d989baabe4ff59b91c3fdb725f75a7d9e01f5e0
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 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)