Missing using System; statement in the module class, needed by mono compiler
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4533 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2d263827d4
commit
3bd5ee539a
1 changed files with 1 additions and 3 deletions
|
|
@ -341,9 +341,7 @@ class CSHARP : public Language {
|
|||
if(module_imports)
|
||||
Printf(f_module, "%s\n", module_imports);
|
||||
else
|
||||
{
|
||||
/* Printf(f_module, "%s\n\n", javaTypemapLookup("javamoduleimports", module_class_name, WARN_NONE));*/
|
||||
}
|
||||
Printf(f_module, "%s\n\n", javaTypemapLookup("javamoduleimports", module_class_name, WARN_NONE));
|
||||
|
||||
if (Len(module_class_modifiers) > 0)
|
||||
Printf(f_module, "%s ", module_class_modifiers);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue