Settings: Expose Save() method to interface
This commit is contained in:
@ -13,7 +13,7 @@ public:
|
||||
INISettingsInterface(std::string filename);
|
||||
~INISettingsInterface() override;
|
||||
|
||||
bool Save();
|
||||
bool Save() override;
|
||||
|
||||
void Clear() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user