Fix a bunch of random warnings

This commit is contained in:
Connor McLaughlin
2020-09-13 11:54:51 +10:00
parent ccaff2e7cd
commit 3847be86b0
13 changed files with 62 additions and 277 deletions

View File

@ -7,11 +7,11 @@
#endif
#include "SimpleIni.h"
class INISettingsInterface : public SettingsInterface
class INISettingsInterface final : public SettingsInterface
{
public:
INISettingsInterface(std::string filename);
~INISettingsInterface();
~INISettingsInterface() override;
bool Save();