Old patches for non-virtual vs virtual destructors (approved by Troy)

git-svn-id: svn://10.0.0.236/trunk@29104 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bruce%cybersight.com
1999-04-25 04:57:38 +00:00
parent f7a5864781
commit c558b49f30
18 changed files with 20 additions and 20 deletions

View File

@@ -33,7 +33,7 @@ public:
virtual void* Alloc(PRInt32 aSize);
protected:
~ArenaImpl();
virtual ~ArenaImpl();
PLArenaPool mPool;
PRInt32 mBlockSize;