fix a log of unix warnning- 1) make sure all XPCOM class destructor are virtual and fix warnning in new file

This commit is contained in:
ftang@netscape.com
1999-02-26 16:32:08 +00:00
parent c7b873194f
commit 0e5dfae11d
11 changed files with 19 additions and 17 deletions

View File

@@ -47,7 +47,7 @@ public:
/**
* Class destructor.
*/
~nsUnicodeEncodeHelper();
virtual ~nsUnicodeEncodeHelper();
//--------------------------------------------------------------------
// Interface nsIUnicodeEncodeHelper [declaration]