tweak decl syntax
From-SVN: r47704
This commit is contained in:
parent
742a37d529
commit
bc46bade63
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue