Made the destructor virtual.

This commit is contained in:
tbogard%aol.net 2000-01-27 04:56:21 +00:00
parent 96194b86a8
commit 2c35e7b993
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ public:
protected:
nsChromeTreeOwner();
~nsChromeTreeOwner();
virtual ~nsChromeTreeOwner();
void XULWindow(nsXULWindow* aXULWindow);
nsXULWindow* XULWindow();

View File

@ -42,7 +42,7 @@ public:
protected:
nsContentTreeOwner();
~nsContentTreeOwner();
virtual ~nsContentTreeOwner();
void XULWindow(nsXULWindow* aXULWindow);
nsXULWindow* XULWindow();