mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
that should make gcc complain less (57b36df follow-up)
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user