diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-01-14 16:17:20 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-01-14 16:17:20 +0100 |
commit | 0230af4b5ab78b1fbaededcc42562f6b574c820f (patch) | |
tree | f679c8da33e91713ce53a9a515aa29a3bcc67334 /include | |
parent | fbfd7c227a080537f498b51ec3de22053a32c599 (diff) |
Add lang.c and lang.cpp to tests
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); |