зеркало из https://github.com/mozilla/gecko-dev.git
Make sure refcount for nsMsgMailFolder is correct.
This commit is contained in:
Родитель
f13b7fcc14
Коммит
e1f232b67d
|
@ -302,7 +302,10 @@ public:
|
|||
nsMsgMailFolder();
|
||||
~nsMsgMailFolder();
|
||||
|
||||
NS_DECL_ISUPPORTS
|
||||
NS_IMETHOD QueryInterface(REFNSIID aIID,
|
||||
void** aInstancePtr);
|
||||
NS_IMETHOD_(nsrefcnt) AddRef(void);
|
||||
NS_IMETHOD_(nsrefcnt) Release(void);
|
||||
|
||||
NS_IMETHOD GetType(FolderType *type);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче