summaryrefslogtreecommitdiff
path: root/include/vcl/sysdata.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 16:20:12 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 16:20:39 +0100
commitd1775349e4ea619aa7b634bcd7161374107038a1 (patch)
tree300c60723c49ec7601f6ac886f37805b5afa0a6a /include/vcl/sysdata.hxx
parentaa4d195143fec01fba5c0a0f41950f1cbddbc9bd (diff)
loplugin:nullptr (automatic rewrite; Mac-specific code)
Change-Id: I90a955eb3e485723bb81e7164edcf60f7b0e94c7
Diffstat (limited to 'include/vcl/sysdata.hxx')
-rw-r--r--include/vcl/sysdata.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/sysdata.hxx b/include/vcl/sysdata.hxx
index 226db49b6169..2c50797c7b68 100644
--- a/include/vcl/sysdata.hxx
+++ b/include/vcl/sysdata.hxx
@@ -79,7 +79,7 @@ struct SystemEnvData
#if defined( WNT )
, hWnd(0)
#elif defined( MACOSX )
- , mpNSView(NULL)
+ , mpNSView(nullptr)
, mbOpenGL(false)
#elif defined( ANDROID )
#elif defined( IOS )
@@ -161,7 +161,7 @@ struct SystemGraphicsData
, hDC( 0 )
, hWnd( 0 )
#elif defined( MACOSX )
- , rCGContext( NULL )
+ , rCGContext( nullptr )
#elif defined( ANDROID )
// Nothing
#elif defined( IOS )