diff --git a/tools/widl/parser.y b/tools/widl/parser.y index b8e1c397a2d..123a23a20a3 100644 --- a/tools/widl/parser.y +++ b/tools/widl/parser.y @@ -651,6 +651,7 @@ coclasshdr: attributes coclass { $$ = $2; coclassdef: coclasshdr '{' coclass_ints '}' { $$ = $1; $$->ifaces = $3; + $$->defined = TRUE; } ;