model: Generalize access to `model` form `MEntitiy`.
[nit.git] / src / model / mmodule.nit
index 2b7e5af..648eb49 100644 (file)
@@ -72,7 +72,7 @@ class MModule
        super MConcern
 
        # The model considered
-       var model: Model
+       redef var model: Model
 
        # placebo for old module nesting hierarchy
        # return null if self is not nested (ie. is a top-level module)