Skip to content

Commit

Permalink
Corrected a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Crawford authored and nielswh committed Apr 19, 2010
1 parent 6ca26e6 commit 681165d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions ARKit/ARLocationDelegate.m
Expand Up @@ -8,7 +8,3 @@

#import "ARLocationDelegate.h"


@implementation ARLocationDelegate

@end
2 changes: 1 addition & 1 deletion ARKit/GEOLocations.m
Expand Up @@ -21,7 +21,7 @@ - (id)initWithDelegate:(id<ARLocationDelegate>) aDelegate{

-(NSMutableArray*) getLocations
{
[delegate getLocations];
return [delegate getLocations];
}

- (void)dealloc {
Expand Down

0 comments on commit 681165d

Please sign in to comment.