Skip to content

Commit 3f7bb29

Browse files
author
Zach Drayer
committed
Fix autocompletion failure
1 parent 3c5cbad commit 3f7bb29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TFHppleElement.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ - (id) initWithNode:(NSDictionary *) theNode
5555
}
5656

5757
+ (TFHppleElement *) hppleElementWithNode:(NSDictionary *) theNode {
58-
return [[[[self class] alloc] initWithName:theNode] autorelease];
58+
return [[[[self class] alloc] initWithNode:theNode] autorelease];
5959
}
6060

6161
#pragma mark -

0 commit comments

Comments
 (0)