update all indirect references to native strings
[nit.git] / src / model / model.nit
index 030cca9..2243a88 100644 (file)
@@ -253,7 +253,7 @@ redef class MModule
        var string_type: MClassType = self.get_primitive_class("String").mclass_type is lazy
 
        # The primitive type `CString`
-       var native_string_type: MClassType = self.get_primitive_class("CString").mclass_type is lazy
+       var c_string_type: MClassType = self.get_primitive_class("CString").mclass_type is lazy
 
        # A primitive type of `Array`
        fun array_type(elt_type: MType): MClassType do return array_class.get_mtype([elt_type])