From: Alexandre Terrasa Date: Mon, 16 Oct 2017 03:18:46 +0000 (-0400) Subject: nituml: update ModelView X-Git-Url: http://nitlanguage.org?hp=5644a3eea4ea1ca2c6bbac754b2e84df1ed02ec0 nituml: update ModelView Signed-off-by: Alexandre Terrasa --- diff --git a/src/nituml.nit b/src/nituml.nit index 330370f..ea838aa 100644 --- a/src/nituml.nit +++ b/src/nituml.nit @@ -41,7 +41,7 @@ private class UMLPhase super Phase redef fun process_mainmodule(mainmodule, mmodules) do - var view = new ModelView(mainmodule.model) + var view = new ModelView(mainmodule.model, mainmodule) if not toolcontext.opt_privacy.value then view.min_visibility = protected_visibility end