aboutsummaryrefslogtreecommitdiffstats
path: root/iphone/FixMyStreet/MyCLController.h
diff options
context:
space:
mode:
authormatthew <matthew>2008-12-02 15:28:39 +0000
committermatthew <matthew>2008-12-02 15:28:39 +0000
commitab85d92dfb86387c2e054c32e387f4d940c69098 (patch)
tree32e0f94b2ad17cb6c95fa222b6f816aab5d2d1fe /iphone/FixMyStreet/MyCLController.h
parentcfa458edaa2c599aec5deaa9f0104d8c71528554 (diff)
Show nice alert error if no network when reporting problem, or if user denies location fetch
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