@@ -19,15 +19,15 @@ /** * \brief A base class for classes providing hash functions. */ @interface OFHash: OFObject { - BOOL isCalculated; + BOOL calculated; } #ifdef OF_HAVE_PROPERTIES -@property (readonly) BOOL isCalculated; +@property (readonly, getter=isCalculated) BOOL calculated; #endif /** * \brief Returns the digest size of the hash, in bytes. *