summaryrefslogtreecommitdiff
path: root/src/gc/gc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc/gc.h')
-rw-r--r--src/gc/gc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gc/gc.h b/src/gc/gc.h
index 60e3dfda5d..ae2a7f572b 100644
--- a/src/gc/gc.h
+++ b/src/gc/gc.h
@@ -362,6 +362,9 @@ class GCHeap {
#endif
public:
+
+ virtual ~GCHeap() {}
+
static GCHeap *GetGCHeap()
{
#ifdef CLR_STANDALONE_BINDER