destructor should be virtual. (egcs warns about this.)

This commit is contained in:
sspitzer%netscape.com 1999-05-13 00:41:40 +00:00
parent 485ba6e0bf
commit e211454ca3

View File

@ -64,7 +64,7 @@ class nsSoftwareUpdateFactory : public nsIFactory
public:
nsSoftwareUpdateFactory();
~nsSoftwareUpdateFactory();
virtual ~nsSoftwareUpdateFactory();
NS_DECL_ISUPPORTS