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 d82dd9085..6d8c4e1da 100755
--- a/iphone/FixMyStreet/MyCLController.h
+++ b/iphone/FixMyStreet/MyCLController.h
@@ -50,7 +50,7 @@ Copyright (C) 2008 Apple Inc. All Rights Reserved.
// This protocol is used to send the text for location updates back to another view controller
@protocol MyCLControllerDelegate <NSObject>
@required
--(void)newLocationUpdate:(NSString *)text;
+-(void)newLocationUpdate:(CLLocation *)location;
-(void)newError:(NSString *)text;
@end