@@ -64,11 +64,11 @@ */ #ifdef __MINGW32__ # define strtod __strtod #endif -@interface OFString (OF_PRIVATE_CATEGORY) +@interface OFString () - (size_t)OF_getCString: (char*)cString maxLength: (size_t)maxLength encoding: (of_string_encoding_t)encoding lossy: (bool)lossy; - (const char*)OF_cStringWithEncoding: (of_string_encoding_t)encoding