1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-06 14:15:34 +00:00

Add missing initialization

This commit is contained in:
elsid 2022-01-29 06:29:55 +01:00
parent 53f2dfd1c0
commit ecbcdd0e54
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

View file

@ -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(