1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +02:00

Extends IVariableDeclaration.

This commit is contained in:
Alain Magloire 2003-02-02 01:02:42 +00:00
parent d34840ed5b
commit 99db2be316

View file

@ -71,4 +71,5 @@ public class Field extends SourceManipulation implements IField {
protected CElementInfo createElementInfo () { protected CElementInfo createElementInfo () {
return new SourceManipulationInfo(this); return new SourceManipulationInfo(this);
} }
} }