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