Index: src/OFObject.h ================================================================== --- src/OFObject.h +++ src/OFObject.h @@ -426,11 +426,11 @@ * The methods which will be added from the specified class are not allowed to * use super or access instance variables, instead they have to use accessors. * * \param class The class from which the instance methods should be inherited */ -+ (void)inheritMethodsFromClass: (Class)class; ++ (void)inheritMethodsFromClass: (Class)class_; /** * \brief Initializes an already allocated object. * * Derived classes may override this, but need to do self = [super init] before