@@ -39,11 +39,11 @@ /** * \brief A class which provides functions to read, write and manipulate files. */ @interface OFFile: OFSeekableStream { - int fileDescriptor; + int fd; BOOL closable; BOOL atEndOfStream; } /**