Codechange: Move initialization of group-type to CreateGroup function.
This commit is contained in:

committed by
Peter Nelson

parent
8bd06807e4
commit
ec1cf96b62
@@ -41,7 +41,7 @@ struct IniGroup {
|
||||
std::string name; ///< name of group
|
||||
std::string comment; ///< comment for group
|
||||
|
||||
IniGroup(struct IniLoadFile *parent, const std::string &name);
|
||||
IniGroup(struct IniLoadFile *parent, const std::string &name, IniGroupType type);
|
||||
~IniGroup();
|
||||
|
||||
IniItem *GetItem(const std::string &name) const;
|
||||
|
Reference in New Issue
Block a user