class.c (check_field_decls): Fix typo.

* class.c (check_field_decls): Fix typo.

[[Split portion of a mixed commit.]]

From-SVN: r58516.1
This commit is contained in:
Mark Mitchell 2002-10-24 23:43:47 +00:00
parent 59cb3af292
commit 5b5d98610b
1 changed files with 1 additions and 1 deletions

View File

@ -3260,7 +3260,7 @@ check_field_decls (t, access_decls, empty_p,
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;
}
}