summaryrefslogtreecommitdiffstats
path: root/desktop/source/deployment/dp_persmap.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:13:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:22 +0100
commit72c48b716640c76f0a8fa49341ce3b0099004991 (patch)
tree6aa8da1631e3d18272bd39ab55111885ab339b45 /desktop/source/deployment/dp_persmap.cxx
parentloplugin:nullptr (automatic rewrite) (diff)
downloadcore-72c48b716640c76f0a8fa49341ce3b0099004991.tar.gz
core-72c48b716640c76f0a8fa49341ce3b0099004991.zip
loplugin:nullptr (automatic rewrite)
Change-Id: I8204a300c98b891a842ef2e40b65f0810dd7817a
Diffstat (limited to 'desktop/source/deployment/dp_persmap.cxx')
-rw-r--r--desktop/source/deployment/dp_persmap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/dp_persmap.cxx b/desktop/source/deployment/dp_persmap.cxx
index 3771b6d89601..94a48c3ca0d1 100644
--- a/desktop/source/deployment/dp_persmap.cxx
+++ b/desktop/source/deployment/dp_persmap.cxx
@@ -259,7 +259,7 @@ void PersistentMap::flush()
bool PersistentMap::has( OString const & key ) const
{
- return get( NULL, key );
+ return get( nullptr, key );
}
bool PersistentMap::get( OString * value, OString const & key ) const