зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1073081 - Fix -Wdelete-non-virtual-dtor warnings by adding virtual destructors. r=ehsan
--HG-- extra : source : 194c715428c3405ec2eb3d041fed36a9515555e5
This commit is contained in:
Родитель
7b85bd5de5
Коммит
2c60ae66cf
|
@ -59,7 +59,7 @@ public:
|
|||
IsDisplaySpnRequired() const;
|
||||
|
||||
protected:
|
||||
~IccInfo() {}
|
||||
virtual ~IccInfo() {}
|
||||
|
||||
protected:
|
||||
nsCOMPtr<nsPIDOMWindow> mWindow;
|
||||
|
|
Загрузка…
Ссылка в новой задаче