X-Git-Url: http://nitlanguage.org diff --git a/src/neo.nit b/src/neo.nit index 1e3fb5d..3af570a 100644 --- a/src/neo.nit +++ b/src/neo.nit @@ -872,8 +872,8 @@ class NeoModel end # Get a `Location` from its string representation. - private fun to_location(loc: String): Location do - return new Location.from_string(loc) + private fun to_location(loc: String): nitc::Location do + return new nitc::Location.from_string(loc) end # Get a `MVisibility` from its string representation.