@@ -50,16 +50,13 @@ /** * \brief A class for handling strings. */ @interface OFString: OFObject { - char *string; - unsigned int length; -#if defined(OF_APPLE_RUNTIME) && __LP64__ - int _unused; -#endif - BOOL isUTF8; + char *string; + size_t length; + BOOL isUTF8; } /** * \return A new autoreleased OFString */