зеркало из https://github.com/mozilla/gecko-dev.git
Fixed a warning for virtual destructor.
This commit is contained in:
Родитель
6ae572e3bd
Коммит
66f3cad02c
|
@ -37,7 +37,7 @@ public:
|
|||
|
||||
// nsNetModRegEntry
|
||||
nsNetModRegEntry(const char *aTopic, nsIEventQueue *aEventQ, nsINetNotify *aNotify, nsCID aCID);
|
||||
~nsNetModRegEntry();
|
||||
virtual ~nsNetModRegEntry();
|
||||
|
||||
char *mTopic;
|
||||
nsIEventQueue *mEventQ;
|
||||
|
|
|
@ -36,7 +36,7 @@ public:
|
|||
|
||||
// nsNetModuleMgr
|
||||
nsNetModuleMgr();
|
||||
~nsNetModuleMgr();
|
||||
virtual ~nsNetModuleMgr();
|
||||
|
||||
static NS_METHOD
|
||||
Create(nsISupports *aOuter, REFNSIID aIID, void **aResult);
|
||||
|
|
Загрузка…
Ссылка в новой задаче