mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
destructor should be virtual. (egcs warns about this.)
This commit is contained in:
parent
485ba6e0bf
commit
e211454ca3
@ -64,7 +64,7 @@ class nsSoftwareUpdateFactory : public nsIFactory
|
||||
public:
|
||||
|
||||
nsSoftwareUpdateFactory();
|
||||
~nsSoftwareUpdateFactory();
|
||||
virtual ~nsSoftwareUpdateFactory();
|
||||
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user