summaryrefslogtreecommitdiffstats
path: root/src/IniFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/IniFile.h')
-rw-r--r--src/IniFile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/IniFile.h b/src/IniFile.h
index 772d6a967..204c03891 100644
--- a/src/IniFile.h
+++ b/src/IniFile.h
@@ -77,7 +77,6 @@ public:
cIniFile(void);
// tolua_end
- virtual ~cIniFile() override = default;
virtual std::vector<std::pair<AString, AString>> GetValues(AString a_keyName) override;