fix bug #1439898
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8943 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
360e90aabb
commit
6fa96fa5ac
1 changed files with 2 additions and 2 deletions
|
|
@ -3364,7 +3364,7 @@ cpp_class_decl :
|
|||
Setattr($$,k_abstract, pure_abstract($5));
|
||||
|
||||
n = new_node("cdecl");
|
||||
//Setattr(n,k_name,$7.id);
|
||||
Setattr(n,k_name,$7.id);
|
||||
Setattr(n,k_unnamed,unnamed);
|
||||
Setattr(n,k_type,unnamed);
|
||||
Setattr(n,k_decl,$7.type);
|
||||
|
|
@ -3375,7 +3375,7 @@ cpp_class_decl :
|
|||
set_nextSibling(n,p);
|
||||
while (p) {
|
||||
String *type = Copy(unnamed);
|
||||
//Setattr(p,k_name,$7.id);
|
||||
Setattr(p,k_name,$7.id);
|
||||
Setattr(p,k_unnamed,unnamed);
|
||||
Setattr(p,k_type,type);
|
||||
Delete(type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue