Merge with dev

This commit is contained in:
Desmis
2020-04-04 07:13:04 +02:00
6 changed files with 15 additions and 15 deletions

View File

@@ -172,7 +172,7 @@ private:
const std::vector<Glib::ustring> profiles = rtengine::ICCStore::getInstance()->getProfiles (rtengine::ICCStore::ProfileType::MONITOR);
for (const auto profile : profiles) {
for (const auto& profile : profiles) {
profileBox.append (profile);
}