Index: src/OFURLHandler.h ================================================================== --- src/OFURLHandler.h +++ src/OFURLHandler.h @@ -42,16 +42,16 @@ * @brief Registers the specified class as the handler for the specified scheme. * * If the same class is specified for two schemes, one instance of it is * created per scheme. * - * @param class The class to register as the handler for the specified scheme + * @param class_ The class to register as the handler for the specified scheme * @param scheme The scheme for which to register the handler * @return Whether the class was successfully registered. If a handler for the * same scheme is already registered, registration fails. */ -+ (bool)registerClass: (Class)class ++ (bool)registerClass: (Class)class_ forScheme: (OFString *)scheme; /*! * @brief Returns the handler for the specified URL. *