From 888d009a1e03570832f7cfdcbb7f7a767348e04f Mon Sep 17 00:00:00 2001 From: Matt <3397065-ZehMatt@users.noreply.gitlab.com> Date: Thu, 14 Jul 2022 16:50:25 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- components/files/collections.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/files/collections.cpp b/components/files/collections.cpp index 0db24f2ab8..3668aeadcd 100644 --- a/components/files/collections.cpp +++ b/components/files/collections.cpp @@ -21,7 +21,7 @@ namespace Files const MultiDirCollection& Collections::getCollection(const std::string& extension) const { std::string ext = Misc::StringUtils::lowerCase(extension); - MultiDirCollectionContainer::iterator iter = mCollections.find(ext); + auto iter = mCollections.find(ext); if (iter==mCollections.end()) { std::pair result =