1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

fix for bug 212892

This commit is contained in:
Mike Kucera 2007-12-13 15:57:05 +00:00
parent ecea541d78
commit 702729fe1c

View file

@ -35,7 +35,7 @@ public class CASTElaboratedTypeSpecifier extends CASTBaseDeclSpecifier implement
public CASTElaboratedTypeSpecifier(int kind, IASTName name) {
this.kind = kind;
this.name = name;
setName(name);
}
public int getKind() {