Bug 1073081 - Fix -Wdelete-non-virtual-dtor warnings by adding virtual destructors. r=ehsan

--HG--
extra : source : 194c715428c3405ec2eb3d041fed36a9515555e5
This commit is contained in:
Botond Ballo 2014-11-24 19:34:19 -05:00
parent 7b85bd5de5
commit 2c60ae66cf

View File

@ -59,7 +59,7 @@ public:
IsDisplaySpnRequired() const;
protected:
~IccInfo() {}
virtual ~IccInfo() {}
protected:
nsCOMPtr<nsPIDOMWindow> mWindow;