This commit is contained in:
Wez Furlong 2003-03-02 15:11:42 +00:00
parent 99bec84027
commit 71b1c7bdb0

View file

@ -1298,7 +1298,7 @@ trace("Add %s to global namespace\n", name);
if (FAILED(typ->GetFuncDesc(i, &func)))
continue;
/* Look at it's type */
/* Look at its type */
if (func->invkind == INVOKE_PROPERTYGET
&& VT_PTR == func->elemdescFunc.tdesc.vt
&& VT_USERDEFINED == func->elemdescFunc.tdesc.lptdesc->vt