@@ -198,11 +198,11 @@ * @brief Observes all objects until an event happens on an object or the * specified date is reached. * * @param date The until which to observe */ -- (void)observeUntilDate: (OFDate*)date; +- (void)observeUntilDate: (OFDate *)date; /*! * @brief Cancels the currently blocking observe call. * * This is automatically done when a new object is added or removed by another