@@ -23,11 +23,11 @@ /*! * @brief A class for storing, accessing and comparing dates. */ @interface OFDate: OFObject { - double seconds; + double _seconds; } /*! * @brief Creates a new OFDate with the current date and time. *