зеркало из https://github.com/mozilla/pjs.git
Adding do_QueryInterface() wrapper for nsCOMPtr carpool
This commit is contained in:
Родитель
7f7e24bfd0
Коммит
f9566a1c33
|
@ -244,7 +244,7 @@ nsIEnumerator* nsBaseWidget::GetChildren()
|
|||
delete children;
|
||||
return nsnull;
|
||||
}
|
||||
nsCOMPtr<nsIWidget> widget ( currentChild );
|
||||
nsCOMPtr<nsIWidget> widget ( do_QueryInterface(currentChild) );
|
||||
if ( widget )
|
||||
children->Append(widget);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче