@@ -371,17 +371,17 @@ { @throw [OFNotImplementedException newWithClass: isa andSelector: _cmd]; } -- append: (OFString*)str -{ - @throw [OFNotImplementedException newWithClass: isa - andSelector: _cmd]; -} - - appendCString: (const char*)str +{ + @throw [OFNotImplementedException newWithClass: isa + andSelector: _cmd]; +} + +- appendString: (OFString*)str { @throw [OFNotImplementedException newWithClass: isa andSelector: _cmd]; }