eclipse plugin: Initialize the defines map in the all constructors
This commit is contained in:
parent
d2b561077a
commit
f89653c0c6
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,8 @@ public class SimpleWMLParser
|
|||
config_ = new WMLConfig( file.getAbsolutePath( ) );
|
||||
|
||||
currentFileLocation_ = file.getAbsolutePath( );
|
||||
|
||||
defines_ = new HashMap< String, Define >( );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue