Initialize all members.

This commit is contained in:
Mark de Wever 2008-11-03 18:49:30 +00:00
parent 73d2985ff2
commit 359f7d0eb7

View File

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