make destructors virtual

This commit is contained in:
sspitzer@netscape.com
1999-05-13 02:25:13 +00:00
parent c7f715bbd1
commit c0446a9d7f
2 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ public:
NS_INIT_REFCNT();
}
~RobotSinkObserver() {
virtual ~RobotSinkObserver() {
}
NS_DECL_ISUPPORTS
@@ -121,7 +121,7 @@ public:
}
~CStreamListener() {
virtual ~CStreamListener() {
}
NS_DECL_ISUPPORTS