aboutsummaryrefslogtreecommitdiffstats
path: root/iphone/FixMyStreet/MyCLController.h
diff options
context:
space:
mode:
authormatthew <matthew>2008-10-21 23:53:29 +0000
committermatthew <matthew>2008-10-21 23:53:29 +0000
commitc9f7ec5e74f4edc029108951bfdb396932260644 (patch)
treea32da516816c134d69d86eb7923c037d4d36d8b6 /iphone/FixMyStreet/MyCLController.h
parentef183ec3273b4eee487d3499d937753deabab280 (diff)
Add settings page for name/email, upload code.
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