@@ -19,11 +19,11 @@ /*! * @brief An exception indicating that the argument is invalid for this method. */ @interface OFInvalidArgumentException: OFException { - SEL selector; + SEL _selector; } #ifdef OF_HAVE_PROPERTIES @property (readonly) SEL selector; #endif