X-Git-Url: http://nitlanguage.org diff --git a/lib/base64.nit b/lib/base64.nit index 9418c95..26e1207 100644 --- a/lib/base64.nit +++ b/lib/base64.nit @@ -57,7 +57,7 @@ redef class Byte end end -redef class NativeString +redef class CString # Alphabet used by the base64 algorithm private fun base64_chars : Bytes do