tweak decl syntax

From-SVN: r47704
This commit is contained in:
Jason Merrill 2001-12-05 19:42:07 -05:00
parent 742a37d529
commit bc46bade63

View file

@ -6821,7 +6821,7 @@ finish_vtbls (t)
tree base = BINFO_BASETYPE (TYPE_BINFO (t), i);
if (TREE_VIA_VIRTUAL (base))
{
tree vbase = binfo_for_vbase (BINFO_TYPE (base), t);
vbase = binfo_for_vbase (BINFO_TYPE (base), t);
BINFO_VPTR_FIELD (base) = BINFO_VPTR_FIELD (vbase);
}
}