@@ -162,20 +162,20 @@ /** * \return An error message for the exception as a C String */ - (char*)cString; -/*** +/** * \return A pointer to the memory which is not part of the object */ - (void*)pointer; @end /** * An OFException indicating the given value is out of range. */ -@interface OFOutOfRangeException: OFException +@interface OFOutOfRangeException: OFException {} /** * Creates a new out of range exception. * * \param obj The object which caused the exception * \return A new out of range exception @@ -287,21 +287,21 @@ @end /** * An OFException indicating a read to the file failed. */ -@interface OFReadFailedException: OFReadOrWriteFailedException +@interface OFReadFailedException: OFReadOrWriteFailedException {} /** * \return An error message for the exception as a C String */ - (char*)cString; @end /** * An OFException indicating a write to the file failed. */ -@interface OFWriteFailedException: OFReadOrWriteFailedException +@interface OFWriteFailedException: OFReadOrWriteFailedException {} /** * \return An error message for the exception as a C String */ - (char*)cString; @end