make destructors virtual

git-svn-id: svn://10.0.0.236/trunk@31380 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
1999-05-13 02:25:13 +00:00
parent 93a8b650ae
commit 14400137ce
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