fix most vexing parse issue

This commit is contained in:
greye 2014-01-19 18:13:35 +04:00
parent 424d06a6f8
commit e02b04536f
3 changed files with 3 additions and 3 deletions

View file

@ -201,7 +201,7 @@ namespace
add_setting("Archives", "Archive 1", "Bloodmoon.bsa", ini);
}
bfs::ofstream inistream(ini_path)
bfs::ofstream inistream((ini_path));
inistream << ini;
inistream.close();
}