nitx: nitx_phase is private, because NitxPhase is private
[nit.git] / 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