diff --git a/Source/NSDictionary.m b/Source/NSDictionary.m index e91f4a2fb..88b951f93 100644 --- a/Source/NSDictionary.m +++ b/Source/NSDictionary.m @@ -193,6 +193,12 @@ static Class NSMutableDictionary_concrete_class; return nil; } ++ dictionaryWithContentsOfFile:(NSString *)path +{ + return [[[self alloc] initWithContentsOfFile:path] + autorelease]; +} + - (unsigned) count { [self subclassResponsibility:_cmd];