mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 21:29:06 +00:00
Initialize all members.
This commit is contained in:
parent
73d2985ff2
commit
359f7d0eb7
@ -49,6 +49,10 @@ namespace test_utils {
|
||||
}
|
||||
public:
|
||||
game_config_manager()
|
||||
: cfg_()
|
||||
, paths_manager_()
|
||||
, hotkey_manager_()
|
||||
, font_manager_()
|
||||
{
|
||||
#ifdef _WIN32
|
||||
std::setlocale(LC_ALL, "English");
|
||||
|
Loading…
x
Reference in New Issue
Block a user