aboutsummaryrefslogtreecommitdiffstats
path: root/iphone/FixMyStreet/MyCLController.h
diff options
context:
space:
mode:
Diffstat (limited to 'iphone/FixMyStreet/MyCLController.h')
-rwxr-xr-xiphone/FixMyStreet/MyCLController.h2
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