nitx: nitx_phase is private, because NitxPhase is private
authorJean Privat <jean@pryen.org>
Tue, 3 Sep 2013 17:43:34 +0000 (13:43 -0400)
committerJean Privat <jean@pryen.org>
Tue, 3 Sep 2013 17:43:34 +0000 (13:43 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

src/nitx.nit

index 1931b5c..532fb8a 100644 (file)
@@ -252,7 +252,7 @@ end
 # Code Analysis
 
 redef class ToolContext
-       var nitx_phase: NitxPhase = new NitxPhase(self, [typing_phase])
+       private var nitx_phase: NitxPhase = new NitxPhase(self, [typing_phase])
 end
 
 # Compiler phase for nitx