summaryrefslogtreecommitdiffstats
path: root/logic/BaseVersion.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/BaseVersion.h')
-rw-r--r--logic/BaseVersion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/BaseVersion.h b/logic/BaseVersion.h
index ed63f551..04d0a10b 100644
--- a/logic/BaseVersion.h
+++ b/logic/BaseVersion.h
@@ -24,6 +24,7 @@
*/
struct BaseVersion
{
+ virtual ~BaseVersion() {}
/*!
* A string used to identify this version in config files.
* This should be unique within the version list or shenanigans will occur.