@@ -25,11 +25,11 @@ * @brief A class for storing a color. */ @interface OFColor: OFObject { float _red, _green, _blue, _alpha; - OF_RESERVE_IVARS(4) + OF_RESERVE_IVARS(OFColor, 4) } #ifdef OF_HAVE_CLASS_PROPERTIES @property (class, readonly, nonatomic) OFColor *black; @property (class, readonly, nonatomic) OFColor *silver;