that should make gcc complain less (57b36df follow-up)

This commit is contained in:
Treeston
2019-08-07 13:24:00 +02:00
parent aa7fc4b6ef
commit 910da94d20

View File

@@ -406,7 +406,7 @@ public:
++count;
if (count)
matches.emplace(count, decltype(matches)::mapped_type({ pair.first, mapName, scriptName.c_str() }));
matches.emplace(count, decltype(matches)::mapped_type(pair.first, mapName, scriptName.c_str()));
}
if (matches.empty())
{