contrib/online_ide: update signature of `compute_nit_dir`
authorJean Privat <jean@pryen.org>
Tue, 4 Nov 2014 16:13:59 +0000 (11:13 -0500)
committerJean Privat <jean@pryen.org>
Tue, 4 Nov 2014 16:14:12 +0000 (11:14 -0500)
Signed-off-by: Jean Privat <jean@pryen.org>

contrib/online_ide/sources/nit/pnacl_nit.nit

index 477c79f..d50b84a 100644 (file)
@@ -57,7 +57,7 @@ end
 
 redef class ToolContext
        # We don't need 'the compute_nit_dir'.
-       redef fun compute_nit_dir: nullable String
+       redef fun compute_nit_dir
        do
                return "/pnacl"
        end