From abcb750a99dfdffc99f719f3822c5045e6d61dfb Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Fri, 3 Mar 2006 06:08:23 +0000 Subject: [PATCH] fix bug #1439898 ] git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8939 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/CParse/parser.y | 1 + 1 file changed, 1 insertion(+) diff --git a/SWIG/Source/CParse/parser.y b/SWIG/Source/CParse/parser.y index fb7a55943..070b109da 100644 --- a/SWIG/Source/CParse/parser.y +++ b/SWIG/Source/CParse/parser.y @@ -3375,6 +3375,7 @@ cpp_class_decl : set_nextSibling(n,p); while (p) { String *type = Copy(unnamed); + Setattr(p,k_name,$7.id); Setattr(p,k_unnamed,unnamed); Setattr(p,k_type,type); Delete(type);