mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-02 14:57:59 +03:00
fix most vexing parse issue
This commit is contained in:
parent
424d06a6f8
commit
e02b04536f
3 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue