mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
oops, forgot this
This commit is contained in:
parent
e560975741
commit
14fc9a1512
2 changed files with 2 additions and 1 deletions
|
@ -51,6 +51,7 @@ public class ParserSymbolTable {
|
|||
_compilationUnit = newContainerSymbol( EMPTY_NAME, ITypeInfo.t_namespace );
|
||||
_language = language;
|
||||
_mode = mode;
|
||||
_typeInfoProvider = new TypeInfoProvider();
|
||||
}
|
||||
|
||||
public IContainerSymbol getCompilationUnit(){
|
||||
|
|
|
@ -29,7 +29,7 @@ public class TypeInfoProvider
|
|||
private final boolean [][] free;
|
||||
private final int [] firstFreeHint;
|
||||
|
||||
private TypeInfoProvider()
|
||||
protected TypeInfoProvider()
|
||||
{
|
||||
|
||||
pool = new ITypeInfo[POOL_SIZE][3];
|
||||
|
|
Loading…
Add table
Reference in a new issue