Index: src/OFSet.h ================================================================== --- src/OFSet.h +++ src/OFSet.h @@ -156,11 +156,11 @@ * @brief Creates a new set by creating the intersection of the receiver and * the specified set. * * @param set The set to intersect with */ -- (OFSet*)setByIntersectingWithSet: (OFString*)set; +- (OFSet*)setByIntersectingWithSet: (OFSet*)set; /*! * @brief Creates a new set by creating the union of the receiver and the * specified set. *