@@ -30,11 +30,11 @@ @interface OFMutex: OFObject { of_mutex_t _mutex; bool _initialized; OFString *_Nullable _name; - OF_RESERVE_IVARS(4) + OF_RESERVE_IVARS(OFMutex, 4) } /*! * @brief Creates a new mutex. *