Index: src/OFFile.m ================================================================== --- src/OFFile.m +++ src/OFFile.m @@ -219,10 +219,17 @@ fp = fp_; return self; } + +- initWithPath: (OFString*)path + mode: (OFString*)mode +{ + @throw [OFNotImplementedException newWithClass: isa + selector: _cmd]; +} - autorelease { return self; }