mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-22 03:43:58 +00:00
Made the destructor virtual.
This commit is contained in:
parent
96194b86a8
commit
2c35e7b993
@ -42,7 +42,7 @@ public:
|
||||
|
||||
protected:
|
||||
nsChromeTreeOwner();
|
||||
~nsChromeTreeOwner();
|
||||
virtual ~nsChromeTreeOwner();
|
||||
|
||||
void XULWindow(nsXULWindow* aXULWindow);
|
||||
nsXULWindow* XULWindow();
|
||||
|
@ -42,7 +42,7 @@ public:
|
||||
|
||||
protected:
|
||||
nsContentTreeOwner();
|
||||
~nsContentTreeOwner();
|
||||
virtual ~nsContentTreeOwner();
|
||||
|
||||
void XULWindow(nsXULWindow* aXULWindow);
|
||||
nsXULWindow* XULWindow();
|
||||
|
Loading…
x
Reference in New Issue
Block a user