diff --git a/external/untwine/epf/Epf.cpp b/external/untwine/epf/Epf.cpp index 941bfb4fffd..ab7d97a1b86 100644 --- a/external/untwine/epf/Epf.cpp +++ b/external/untwine/epf/Epf.cpp @@ -207,7 +207,7 @@ PointCount Epf::createFileInfo(const StringList& input, StringList dimNames, { for (std::string& d : dimNames) d = Utils::toupper(d); - for (const std::string& xyz : { "X", "Y", "Z" }) + for (const std::string xyz : { "X", "Y", "Z" }) if (!Utils::contains(dimNames, xyz)) dimNames.push_back(xyz); }