settings reader fix

This commit is contained in:
MihailRis
2024-05-05 16:04:00 +03:00
parent ba885e4e08
commit 179d2b7a25
3 changed files with 23 additions and 10 deletions
+1
View File
@@ -26,6 +26,7 @@ public:
void setValue(const std::string& name, const dynamic::Value& value);
std::string toString(const std::string& name) const;
Setting* getSetting(const std::string& name) const;
bool has(const std::string& name) const;
std::vector<Section>& getSections();
};