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