зеркало из https://github.com/mozilla/pjs.git
Fix for unix bustage, r=scc@netscape.com
This commit is contained in:
Родитель
e326ad8024
Коммит
e2700b639f
|
@ -130,7 +130,8 @@ nsObserverListEnumerator::CurrentItem( nsISupports** aItemPtr )
|
|||
if ( !aItemPtr || !weakPtr )
|
||||
return NS_ERROR_NULL_POINTER;
|
||||
|
||||
return weakPtr->QueryReferent(NS_GET_IID(nsIObserver), aItemPtr);
|
||||
return weakPtr->QueryReferent(NS_GET_IID(nsIObserver),
|
||||
(void **)aItemPtr);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
|
Загрузка…
Ссылка в новой задаче