From fc6f9abc686c3753fed80a0faa95925fb0d1ed60 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Sun, 15 Oct 2017 23:18:46 -0400 Subject: [PATCH] nituml: update ModelView Signed-off-by: Alexandre Terrasa --- src/nituml.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5