@@ -32,10 +32,11 @@ */ @interface OFConditionBroadcastFailedException: OFException { OFCondition *_condition; int _errNo; + OF_RESERVE_IVARS(OFConditionBroadcastFailedException, 4) } /** * @brief The condition which could not be broadcasted. */