@@ -21,11 +21,11 @@ * Those are not defined in the headers, but do the actual work. * OFSeekableStream uses those and makes them work together with the caching of * OFStream. If you override these methods without the _ prefix, you *WILL* * break caching, get broken results and seek to the wrong position! */ -@interface OFSeekableStream: OFStream +@interface OFSeekableStream: OFStream {} /** * Seeks to the specified absolute offset. * * \param offset The offset in bytes */