summaryrefslogtreecommitdiffstats
path: root/src/IniFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/IniFile.h')
-rw-r--r--src/IniFile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IniFile.h b/src/IniFile.h
index 802eb9982..3a5359d99 100644
--- a/src/IniFile.h
+++ b/src/IniFile.h
@@ -71,7 +71,7 @@ public:
cIniFile(void);
// tolua_end
- virtual ~cIniFile() = default;
+ virtual ~cIniFile() override = default;
virtual std::vector<std::pair<AString, AString>> GetValues(AString a_keyName) override;