Fixed compilation and some copy paste error

This commit is contained in:
leak
2014-07-04 15:20:23 +02:00
parent 151785b9ce
commit 4f2f9e08f8
3 changed files with 2 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ bool ConfigMgr::LoadInitial(char const* file)
return false;
// Since we're using only one section per config file, we skip the section and have direct property access
_config = fullTree.begin().second;
_config = fullTree.begin()->second;
}
catch (std::exception const& /*ex*/)
{