fix warnings. these classes have virtual functions but non-virtual destructors

git-svn-id: svn://10.0.0.236/trunk@36016 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
1999-06-21 01:59:44 +00:00
parent 007828d5f1
commit 4da2cf58f6
5 changed files with 5 additions and 4 deletions

View File

@@ -48,6 +48,7 @@ public:
: mName( name ) {
NS_INIT_REFCNT();
}
virtual ~TestObserver() {}
NS_DECL_ISUPPORTS
NS_DECL_IOBSERVER
nsString mName;