summaryrefslogtreecommitdiffstats
path: root/src/core/Instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Instance.h')
-rw-r--r--src/core/Instance.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Instance.h b/src/core/Instance.h
index 1038c005..bb74ea84 100644
--- a/src/core/Instance.h
+++ b/src/core/Instance.h
@@ -7,4 +7,5 @@
class CInstance : CPlaceable
{
public:
+ ~CInstance() = default;
};