MemorySettingsInterface: Warning fix

This commit is contained in:
Stenzek 2024-04-25 14:59:27 +10:00
parent 1cdfca155d
commit d2b9195c66
No known key found for this signature in database

View file

@ -40,7 +40,7 @@ public:
void DeleteValue(const char* section, const char* key) override;
void ClearSection(const char* section) override;
void RemoveSection(const char* section) override;
void RemoveEmptySections();
void RemoveEmptySections() override;
std::vector<std::string> GetStringList(const char* section, const char* key) const override;
void SetStringList(const char* section, const char* key, const std::vector<std::string>& items) override;