summaryrefslogtreecommitdiff
path: root/src/inc/pesectionman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/pesectionman.h')
-rw-r--r--src/inc/pesectionman.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/inc/pesectionman.h b/src/inc/pesectionman.h
index ad5daf60f2..5f767b964b 100644
--- a/src/inc/pesectionman.h
+++ b/src/inc/pesectionman.h
@@ -22,6 +22,9 @@ struct _IMAGE_SECTION_HEADER;
class PESectionMan
{
public:
+
+ virtual ~PESectionMan() {}
+
HRESULT Init();
HRESULT Cleanup();
@@ -147,7 +150,7 @@ class PESection : public CeeSectionImpl {
// Cause the section to allocate memory in smaller chunks
void SetInitialGrowth(unsigned growth);
- ~PESection();
+ virtual ~PESection();
private:
// purposely not defined,