diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-08-30 14:15:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-08-30 14:15:53 +0200 |
commit | 975d65eca3ccac4a9e2ff978ff15cdaa1828f89d (patch) | |
tree | fc13011971598738db7e42f20ce6c26e91425c98 /configmgr/source | |
parent | 79b5d5037ba32f30ee383402314e12bfa965fb02 (diff) |
loplugin:constparams
Change-Id: I8bc9fd2a3ad727f1a0f4b98254efdae085a2b8cd
Diffstat (limited to 'configmgr/source')
-rw-r--r-- | configmgr/source/dconf.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/dconf.cxx b/configmgr/source/dconf.cxx index 2ba4d0c9b43c..586c5289dc34 100644 --- a/configmgr/source/dconf.cxx +++ b/configmgr/source/dconf.cxx @@ -749,7 +749,7 @@ ReadValue readValue( void finalize( GObjectHolder<DConfClient> const & client, OString const & path, - rtl::Reference<Node> & node, int layer) + rtl::Reference<Node> const & node, int layer) { if (!dconf_client_is_writable(client.get(), path.getStr())) { node->setFinalized(layer); |