This commit is contained in:
pinkerton%netscape.com 1999-12-21 20:15:48 +00:00
Родитель 61925ac5df
Коммит a70a45911e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -208,7 +208,7 @@ NS_INTERFACE_MAP_BEGIN(AnonymousElement)
foundInterface = 0;
nsresult status;
if ( !foundInterface )
status = nsXMLElement::QueryInterface(aIID, &NS_STATIC_CAST(void*,foundInterface)); \
status = nsXMLElement::QueryInterface(aIID, NS_REINTERPRET_CAST(void**,&foundInterface)); \
else
{
NS_ADDREF(foundInterface);