summaryrefslogtreecommitdiff
path: root/accessibility/source/helper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:09:45 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:15 +0100
commit3fbe1c814da59a4ed722ee5777bec0c59eb57a25 (patch)
tree3dc31c1b7bc08976df85aec9339f97082b47b8c0 /accessibility/source/helper
parentebc194c696e5c9b1acf320cfc582b4ab56c14900 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I5e94b084c923fa5d9c925630669cf698b34f34ff
Diffstat (limited to 'accessibility/source/helper')
-rw-r--r--accessibility/source/helper/accresmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/source/helper/accresmgr.cxx b/accessibility/source/helper/accresmgr.cxx
index e05cea6c38ad..43dc9fedaeb4 100644
--- a/accessibility/source/helper/accresmgr.cxx
+++ b/accessibility/source/helper/accresmgr.cxx
@@ -28,7 +28,7 @@ using namespace accessibility;
// TkResMgr
-SimpleResMgr* TkResMgr::m_pImpl = NULL;
+SimpleResMgr* TkResMgr::m_pImpl = nullptr;