mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-21 09:39:56 +00:00
Add missing initialization
This commit is contained in:
parent
53f2dfd1c0
commit
ecbcdd0e54
@ -91,7 +91,7 @@ namespace Files
|
||||
// Invariant: no element is prefix of other element.
|
||||
std::set<std::string> allowed_prefixes;
|
||||
std::string m_prefix;
|
||||
bool m_allow_unregistered;
|
||||
bool m_allow_unregistered = false;
|
||||
};
|
||||
|
||||
common_config_file_iterator::common_config_file_iterator(
|
||||
|
Loading…
x
Reference in New Issue
Block a user