mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-08 08:45:44 +02:00
oops... fix ArrayIndexOutOfBoundException
This commit is contained in:
parent
a2ed1fa490
commit
5a64d3581a
1 changed files with 1 additions and 1 deletions
|
@ -108,5 +108,5 @@ public interface IProblemBinding extends IBinding, IScope, IType {
|
||||||
*/
|
*/
|
||||||
public static final int SEMANTIC_INVALID_REDECLARATION = 0x00C;
|
public static final int SEMANTIC_INVALID_REDECLARATION = 0x00C;
|
||||||
|
|
||||||
public static final int LAST_PROBLEM = SEMANTIC_BAD_SCOPE;
|
public static final int LAST_PROBLEM = SEMANTIC_INVALID_REDECLARATION;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue