mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 08:45:39 +00:00
Merge branch 'fix_init' into 'master'
Add missing initialization See merge request OpenMW/openmw!1602
This commit is contained in:
commit
45b7c6ea99
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ namespace Files
|
||||||
// Invariant: no element is prefix of other element.
|
// Invariant: no element is prefix of other element.
|
||||||
std::set<std::string> allowed_prefixes;
|
std::set<std::string> allowed_prefixes;
|
||||||
std::string m_prefix;
|
std::string m_prefix;
|
||||||
bool m_allow_unregistered;
|
bool m_allow_unregistered = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
common_config_file_iterator::common_config_file_iterator(
|
common_config_file_iterator::common_config_file_iterator(
|
||||||
|
|
Loading…
Reference in a new issue