summaryrefslogtreecommitdiff
path: root/unoidl/source/legacyprovider.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-26 10:06:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-26 14:07:55 +0200
commitc04a8576f07cb837439959b8bdbb8b620684d508 (patch)
tree5cc7a885cef407f51c2661532bf9b1c23dfee734 /unoidl/source/legacyprovider.cxx
parent3708195d0c94cf1c50febc49fcfa6a9ff6855336 (diff)
loplugin:constfields in unoidl
Change-Id: I8d13626322e419d5d21a8e364de446bb6804ffa6 Reviewed-on: https://gerrit.libreoffice.org/60982 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'unoidl/source/legacyprovider.cxx')
-rw-r--r--unoidl/source/legacyprovider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoidl/source/legacyprovider.cxx b/unoidl/source/legacyprovider.cxx
index b39c08d806d8..1cd6ffa4b0f4 100644
--- a/unoidl/source/legacyprovider.cxx
+++ b/unoidl/source/legacyprovider.cxx
@@ -143,7 +143,7 @@ private:
{ return new Cursor(manager_, ucr_, key_); }
rtl::Reference< Manager > manager_;
- RegistryKey ucr_;
+ RegistryKey const ucr_;
mutable RegistryKey key_;
};