@@ -20,11 +20,11 @@ * @brief An exception indicating that a mutation was detected during * enumeration. */ @interface OFEnumerationMutationException: OFException { - id object; + id _object; } #ifdef OF_HAVE_PROPERTIES @property (readonly, retain, nonatomic) id object; #endif