This commit is contained in:
locka%iol.ie 1999-03-22 19:06:55 +00:00
Родитель 43cac2bed5
Коммит 7b646008cb
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -89,7 +89,7 @@ void tstDrillerLevel(BrowserInfo *pInfo, IHTMLElementCollection *pCollection, in
}
CIPtr(IDispatch) cpDispColl;
cpElem->get_all(&cpDispColl);
hr = cpElem->get_all(&cpDispColl);
if (hr == S_OK)
{
CIPtr(IHTMLElementCollection) cpColl = cpDispColl;