summaryrefslogtreecommitdiff
path: root/unoidl/source/sourcetreeprovider.hxx
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/sourcetreeprovider.hxx
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/sourcetreeprovider.hxx')
-rw-r--r--unoidl/source/sourcetreeprovider.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoidl/source/sourcetreeprovider.hxx b/unoidl/source/sourcetreeprovider.hxx
index d12fc9cef7e5..2b9a00100ae2 100644
--- a/unoidl/source/sourcetreeprovider.hxx
+++ b/unoidl/source/sourcetreeprovider.hxx
@@ -34,7 +34,7 @@ private:
virtual ~SourceTreeProvider() throw () override;
Manager & manager_;
- OUString uri_;
+ OUString const uri_;
mutable std::map< OUString, rtl::Reference<Entity> > cache_; //TODO: at manager
};