fix warning

git-svn-id: svn://10.0.0.236/trunk@45008 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
1999-08-28 17:32:51 +00:00
parent 835267909a
commit a65fffcefb
2 changed files with 2 additions and 2 deletions

View File

@@ -1748,7 +1748,7 @@ public:
NS_IF_ADDREF(mWebShell);
}
~nsWebShellEventSinkGetter() {
virtual ~nsWebShellEventSinkGetter() {
NS_IF_RELEASE(mWebShell);
}

View File

@@ -1748,7 +1748,7 @@ public:
NS_IF_ADDREF(mWebShell);
}
~nsWebShellEventSinkGetter() {
virtual ~nsWebShellEventSinkGetter() {
NS_IF_RELEASE(mWebShell);
}