X-Git-Url: http://nitlanguage.org diff --git a/src/model/mmodule.nit b/src/model/mmodule.nit index 596ea9d..5cce237 100644 --- a/src/model/mmodule.nit +++ b/src/model/mmodule.nit @@ -224,7 +224,7 @@ class MModule # Is the mmodule created for internal purpose? # Fictive module are instantied internally but they should not be # exposed to the final user - var is_fictive: Bool writable = false + var is_fictive: Bool = false is writable redef fun parent_concern do return mgroup end