diff --git a/epf/Epf.cpp b/epf/Epf.cpp index 200b4ff..f38d621 100644 --- a/epf/Epf.cpp +++ b/epf/Epf.cpp @@ -209,7 +209,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); }