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:
parent
ecea541d78
commit
702729fe1c
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public class CASTElaboratedTypeSpecifier extends CASTBaseDeclSpecifier implement
|
||||||
|
|
||||||
public CASTElaboratedTypeSpecifier(int kind, IASTName name) {
|
public CASTElaboratedTypeSpecifier(int kind, IASTName name) {
|
||||||
this.kind = kind;
|
this.kind = kind;
|
||||||
this.name = name;
|
setName(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getKind() {
|
public int getKind() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue