summaryrefslogtreecommitdiff
path: root/utils/rbutilqt/base/uninstall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rbutilqt/base/uninstall.cpp')
-rw-r--r--utils/rbutilqt/base/uninstall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/rbutilqt/base/uninstall.cpp b/utils/rbutilqt/base/uninstall.cpp
index e6ced811d6..ea0ce31eed 100644
--- a/utils/rbutilqt/base/uninstall.cpp
+++ b/utils/rbutilqt/base/uninstall.cpp
@@ -102,7 +102,7 @@ void Uninstaller::uninstall(void)
102 } 102 }
103 // for speed reasons update log file only at the end. 103 // for speed reasons update log file only at the end.
104 installlog.beginGroup(uninstallSections.at(i)); 104 installlog.beginGroup(uninstallSections.at(i));
105 for (auto file : deletedItems) 105 for (const auto& file : deletedItems)
106 { 106 {
107 installlog.remove(file); 107 installlog.remove(file);
108 } 108 }