From 479252f9b52b658de9f7b22b36f321a2aa6714fc Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Sun, 3 Jan 2021 21:00:22 +1100 Subject: [PATCH] Fixup 0c0c42c (this can't be explicit else it doesn't work with brace-init lists) --- src/game_classification.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game_classification.hpp b/src/game_classification.hpp index ce10d817421b..3efe9e34ddb6 100644 --- a/src/game_classification.hpp +++ b/src/game_classification.hpp @@ -29,7 +29,7 @@ class game_classification { public: game_classification() = default; - explicit game_classification(const config& cfg); + game_classification(const config& cfg); std::string label; /**< Name of the game (e.g. name of save file). */ std::string version; /**< Version game was created with. */