diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Conf.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Conf.hpp b/include/Conf.hpp index 574cf94..cbb21ca 100644 --- a/include/Conf.hpp +++ b/include/Conf.hpp @@ -446,9 +446,9 @@ namespace sibs virtual void finished() override; void failInvalidFieldUnderObject(const StringView &fieldName) const; void validatePackageTypeDefined() const; - private: void parseCLang(const StringView &fieldName, const ConfigValue &fieldValue); void parseCppLang(const StringView &fieldName, const ConfigValue &fieldValue); + private: void parsePlatformConfig(const StringView &fieldName, const ConfigValue &fieldValue); std::string parsePlatformConfigStatic(const StringView &fieldName, const ConfigValue &fieldValue); void parsePlatformConfigStaticDebug(const StringView &fieldName, const ConfigValue &fieldValue); |