Kaydet (Commit) 975d65ec authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:constparams

Change-Id: I8bc9fd2a3ad727f1a0f4b98254efdae085a2b8cd
üst 79b5d503
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment