зеркало из https://github.com/mozilla/pjs.git
fix warnings. make these destructors virtual, as they should be.
This commit is contained in:
Родитель
16f8402e7f
Коммит
fed200b62c
|
@ -67,7 +67,7 @@ class nsInstallFileOpItem : public nsInstallObject
|
|||
nsString& a2,
|
||||
PRInt32* aReturn);
|
||||
|
||||
~nsInstallFileOpItem();
|
||||
virtual ~nsInstallFileOpItem();
|
||||
|
||||
PRInt32 Prepare(void);
|
||||
PRInt32 Complete();
|
||||
|
|
|
@ -24,7 +24,7 @@ class nsInstallTrigger: public nsIScriptObjectOwner, public nsIDOMInstallTrigger
|
|||
static const nsIID& IID() { static nsIID iid = NS_SoftwareUpdateInstallTrigger_CID; return iid; }
|
||||
|
||||
nsInstallTrigger();
|
||||
~nsInstallTrigger();
|
||||
virtual ~nsInstallTrigger();
|
||||
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
|
@ -57,7 +57,7 @@ class nsInstallTriggerFactory : public nsIFactory
|
|||
public:
|
||||
|
||||
nsInstallTriggerFactory();
|
||||
~nsInstallTriggerFactory();
|
||||
virtual ~nsInstallTriggerFactory();
|
||||
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче