@@ -20,11 +20,11 @@ * @brief An exception indicating that a method or part of it is not * implemented. */ @interface OFNotImplementedException: OFException { - SEL selector; + SEL _selector; } #ifdef OF_HAVE_PROPERTIES @property (readonly) SEL selector; #endif