Skip to content

Commit

Permalink
Update INIReader.h
Browse files Browse the repository at this point in the history
  • Loading branch information
meiyasan authored Mar 26, 2024
1 parent 5cc5e2c commit 1f3438c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/INIReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class INIReader
// Return true if a value exists with the given section and field names.
INI_API bool HasValue(const std::string& section, const std::string& name) const;

private:
protected:
int _error;
std::map<std::string, std::string> _values;
static std::string MakeKey(const std::string& section, const std::string& name);
Expand Down

0 comments on commit 1f3438c

Please sign in to comment.