eclipse plugin: Initialize the defines map in the all constructors

This commit is contained in:
Timotei Dolean 2011-09-02 18:22:16 +00:00
parent d2b561077a
commit f89653c0c6

View file

@ -102,6 +102,8 @@ public class SimpleWMLParser
config_ = new WMLConfig( file.getAbsolutePath( ) );
currentFileLocation_ = file.getAbsolutePath( );
defines_ = new HashMap< String, Define >( );
}
/**