diff options
Diffstat (limited to 'iphone/FixMyStreet/MyCLController.h')
-rwxr-xr-x | iphone/FixMyStreet/MyCLController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/FixMyStreet/MyCLController.h b/iphone/FixMyStreet/MyCLController.h index 6d8c4e1da..37dd54a3e 100755 --- a/iphone/FixMyStreet/MyCLController.h +++ b/iphone/FixMyStreet/MyCLController.h @@ -51,7 +51,7 @@ Copyright (C) 2008 Apple Inc. All Rights Reserved. @protocol MyCLControllerDelegate <NSObject> @required -(void)newLocationUpdate:(CLLocation *)location; --(void)newError:(NSString *)text; +-(void)newLocationError:(NSString *)text; @end |