mirror of
https://github.com/Team-Neptune/SimpleIniParser.git
synced 2024-11-26 22:10:24 +00:00
🐛 Fixed bug where this would not link correctly.
This commit is contained in:
parent
96f8dd3814
commit
625d49fb53
@ -34,7 +34,7 @@ namespace simpleIniParser {
|
||||
return fieldValue == term;
|
||||
}
|
||||
|
||||
bool findSection(const IniSection * obj, std::string term, bool caseSensitive, IniSectionType type) {
|
||||
bool IniHelper::findSection(const IniSection * obj, std::string term, bool caseSensitive, IniSectionType type) {
|
||||
if (type != IniSectionType::Any && type != obj->type) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user