make the destructor virtual

git-svn-id: svn://10.0.0.236/trunk@31349 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
1999-05-13 00:48:42 +00:00
parent 3a865d8325
commit 89ee936592
8 changed files with 8 additions and 8 deletions

View File

@@ -65,7 +65,7 @@ public:
memset(mPools,0,sizeof(mPools));
}
~nsPoolingMemoryAgent() {
virtual ~nsPoolingMemoryAgent() {
nsBufferDeallocator theDeallocator;
int i=0;
for(i=0;i<10;i++){