summaryrefslogtreecommitdiff
path: root/basegfx/source/tools/systemdependentdata.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-19 15:09:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-19 19:27:56 +0200
commit16da5e2cc9add87aa44783af270f63de01e7ced4 (patch)
tree618685108d80e908e36176357260688ab9ba67b0 /basegfx/source/tools/systemdependentdata.cxx
parentc31fa068ad430746d47ce53e2321ac3302dcb8bb (diff)
loplugin:constvars in accessibility..basegfx
Change-Id: Id6a0b48c3440be394419e87bd7a4f63bd0a1e758 Reviewed-on: https://gerrit.libreoffice.org/77721 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basegfx/source/tools/systemdependentdata.cxx')
-rw-r--r--basegfx/source/tools/systemdependentdata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/tools/systemdependentdata.cxx b/basegfx/source/tools/systemdependentdata.cxx
index 61fa9dfe7826..2c1c173eff96 100644
--- a/basegfx/source/tools/systemdependentdata.cxx
+++ b/basegfx/source/tools/systemdependentdata.cxx
@@ -137,7 +137,7 @@ namespace basegfx
SystemDependentDataHolder::~SystemDependentDataHolder()
{
- for(auto& candidate : maSystemDependentReferences)
+ for(const auto& candidate : maSystemDependentReferences)
{
basegfx::SystemDependentData_SharedPtr aData(candidate.second.lock());