Skip to content

Commit

Permalink
Fixup 0c0c42c (this can't be explicit else it doesn't work with brace…
Browse files Browse the repository at this point in the history
…-init lists)
  • Loading branch information
Vultraz committed Jan 3, 2021
1 parent d8af4ff commit 479252f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_classification.hpp
Expand Up @@ -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. */
Expand Down

0 comments on commit 479252f

Please sign in to comment.