Fix build break. Forgot to update .NET 4.0 build specific code.

This commit is contained in:
jfrijters 2013-02-16 16:38:24 +00:00
Родитель 7d8b4dba67
Коммит 54634433cf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -437,7 +437,7 @@ namespace IKVM.Internal
}
}
#if CLASSGC
DynamicClassLoader instance = new DynamicClassLoader(CreateModuleBuilder());
DynamicClassLoader instance = new DynamicClassLoader(CreateModuleBuilder(), false);
#endif
return instance;
#endif