Fixup 5ec8d630ed (-Werror=reorder)

This commit is contained in:
Charles Dang 2018-02-08 07:29:31 +11:00
parent d2748dc425
commit e5feb62be2

View file

@ -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)