@@ -20,11 +20,11 @@ * @brief A class implementing a condition variable for thread synchronization. */ @interface OFCondition: OFMutex { of_condition_t _condition; - BOOL _conditionInitialized; + bool _conditionInitialized; } /*! * @brief Creates a new condition. *