From 910da94d20ae1d6a0bc0d9053e46e698c4da50f9 Mon Sep 17 00:00:00 2001 From: Treeston Date: Wed, 7 Aug 2019 13:24:00 +0200 Subject: that should make gcc complain less (57b36df follow-up) --- src/server/scripts/Commands/cs_go.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts') diff --git a/src/server/scripts/Commands/cs_go.cpp b/src/server/scripts/Commands/cs_go.cpp index 01c9e13ec55..25018288273 100644 --- a/src/server/scripts/Commands/cs_go.cpp +++ b/src/server/scripts/Commands/cs_go.cpp @@ -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()) { -- cgit v1.2.3