@@ -13,17 +13,17 @@ * Public License, either version 2 or 3, which can be found in the file * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ -#import "NSArray_OFArray.h" +#import "NSOFArray.h" #import "OFArray+NSObject.h" int _OFArray_NSObject_reference; @implementation OFArray (NSObject) - (id)NSObject { - return [[[NSArray_OFArray alloc] initWithOFArray: self] autorelease]; + return [[[NSOFArray alloc] initWithOFArray: self] autorelease]; } @end