From 5b5d98610bfebc5f8d48af01bf98044b483fcf91 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Thu, 24 Oct 2002 23:43:47 +0000 Subject: [PATCH] class.c (check_field_decls): Fix typo. * class.c (check_field_decls): Fix typo. [[Split portion of a mixed commit.]] From-SVN: r58516.1 --- gcc/cp/class.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/class.c b/gcc/cp/class.c index 1c8ff2b26688..15aa043a8a55 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -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; } } -- 2.47.2