contrib/objcwrapper: prefix remaining entities by `Objc`
[nit.git] / contrib / objcwrapper / src / objc_generator.nit
index 845a3b1..65b2f44 100644 (file)
@@ -307,7 +307,7 @@ redef class Text
        end
 end
 
-redef class Property
+redef class ObjcProperty
        private fun comment_str: String do if is_commented then
                return "#"
        else return ""