Skip to content

Commit

Permalink
Fixup 5ec8d63 (-Werror=reorder)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Feb 7, 2018
1 parent d2748dc commit e5feb62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/savegame.cpp
Expand Up @@ -324,8 +324,8 @@ void loadgame::copy_era(config &cfg)
}

savegame::savegame(saved_game& gamestate, const compression::format compress_saves, const std::string& title)
: gamestate_(gamestate)
, filename_()
: filename_()
, gamestate_(gamestate)
, title_(title)
, error_message_(_("The game could not be saved: "))
, show_confirmation_(false)
Expand Down

0 comments on commit e5feb62

Please sign in to comment.