aboutsummaryrefslogtreecommitdiff
path: root/include/Conf.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-01-14 16:17:20 +0100
committerdec05eba <dec05eba@protonmail.com>2022-01-14 16:17:20 +0100
commit0230af4b5ab78b1fbaededcc42562f6b574c820f (patch)
treef679c8da33e91713ce53a9a515aa29a3bcc67334 /include/Conf.hpp
parentfbfd7c227a080537f498b51ec3de22053a32c599 (diff)
Add lang.c and lang.cpp to tests
Diffstat (limited to 'include/Conf.hpp')
-rw-r--r--include/Conf.hpp2
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);