lib/app: make App::setup public
[nit.git] / lib / app.nit
index 3e2d737..7ee9493 100644 (file)
@@ -29,7 +29,7 @@ class App
 
        # Starts the internal setup of graphical and other stuff
        # Is called just before run
-       protected fun setup do end
+       fun setup do end
 
        # Main entry point of your application
        fun run do end