From 0230af4b5ab78b1fbaededcc42562f6b574c820f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 14 Jan 2022 16:17:20 +0100 Subject: Add lang.c and lang.cpp to tests --- include/Conf.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Conf.hpp') 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); -- cgit v1.2.3