* class.c (check_field_decls): Fix typo.
From-SVN: r58517
This commit is contained in:
parent
0cee073d49
commit
aa06d37bea
1 changed files with 1 additions and 1 deletions
|
@ -3181,7 +3181,7 @@ check_field_decls (tree t, tree *access_decls,
|
|||
element_type = strip_array_types (type);
|
||||
if (CLASS_TYPE_P (element_type)
|
||||
&& CLASSTYPE_CONTAINS_EMPTY_CLASS_P (element_type))
|
||||
CLASSTYPE_CONTAINS_EMPTY_CLASS_P (element_type) = 1;
|
||||
CLASSTYPE_CONTAINS_EMPTY_CLASS_P (t) = 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue