зеркало из https://github.com/mozilla/gecko-dev.git
fixing another lame error
This commit is contained in:
Родитель
aa918b76c9
Коммит
920129d70e
|
@ -52,7 +52,7 @@ nsresult nsMenu::QueryInterface(REFNSIID aIID, void** aInstancePtr)
|
|||
return NS_OK;
|
||||
}
|
||||
if (aIID.Equals(kISupportsIID)) {
|
||||
*aInstancePtr = (void*)(nsISupports*) this;
|
||||
*aInstancePtr = (void*)this;
|
||||
NS_ADDREF_THIS();
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче