Make the destructor virtual

git-svn-id: svn://10.0.0.236/trunk@27006 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
braddr%puremagic.com
1999-04-10 09:49:03 +00:00
parent c7920a79ec
commit cdbd7f5c2b
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ public:
NS_IMETHOD LockFactory(PRBool aLock);
nsAllocatorFactory(void);
~nsAllocatorFactory(void);
virtual ~nsAllocatorFactory(void);
NS_DECL_ISUPPORTS
};

View File

@@ -83,7 +83,7 @@ public:
NS_IMETHOD LockFactory(PRBool aLock);
nsAllocatorFactory(void);
~nsAllocatorFactory(void);
virtual ~nsAllocatorFactory(void);
NS_DECL_ISUPPORTS
};