@@ -85,11 +85,11 @@ + (Class)class; /** * \return The name of the class as a C string */ -+ (const char*)className; ++ (OFString*)className; /** * \param class_ The class which is checked for being a superclass * \return A boolean whether the class class is a subclass of the specified * class @@ -193,13 +193,13 @@ * \return The class of the object */ - (Class)class; /** - * \return The name of the object's class as a C string + * \return The name of the object's class. */ -- (const char*)className; +- (OFString*)className; /** * \param class_ The class whose kind is checked * \return A boolean whether the object is of the specified kind */