summaryrefslogtreecommitdiff
path: root/src/inc/ceegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/ceegen.h')
-rw-r--r--src/inc/ceegen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/inc/ceegen.h b/src/inc/ceegen.h
index 13e1524601..8846780278 100644
--- a/src/inc/ceegen.h
+++ b/src/inc/ceegen.h
@@ -215,6 +215,9 @@ class CCeeGen : public ICeeGen, ICeeGenInternal {
CCeeGen();
public:
+
+ virtual ~CCeeGen() {}
+
static HRESULT CreateNewInstance(CCeeGen* & pCeeFileGen); // call this to instantiate
virtual HRESULT Cleanup();