Codechange: IniGroup::GetItem() can now be const. (#10966)
This commit is contained in:
@@ -44,7 +44,7 @@ struct IniGroup {
|
||||
IniGroup(struct IniLoadFile *parent, const std::string &name);
|
||||
~IniGroup();
|
||||
|
||||
IniItem *GetItem(const std::string &name);
|
||||
IniItem *GetItem(const std::string &name) const;
|
||||
IniItem &GetOrCreateItem(const std::string &name);
|
||||
void RemoveItem(const std::string &name);
|
||||
void Clear();
|
||||
|
Reference in New Issue
Block a user