rename `NativeString` to `CString`
[nit.git] / lib / mongodb / mongodb.nit
index 17b137f..e7416f8 100644 (file)
@@ -93,7 +93,7 @@ private class BSON
        redef fun to_s do
                var ns = native.to_native_string
                var res = ns.to_s_with_copy
-               ns.free # manual free of gc allocated NativeString
+               ns.free # manual free of gc allocated CString
                return res
        end