aboutsummaryrefslogtreecommitdiffstats
path: root/iphone/FixMyStreet/Classes/InputTableViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'iphone/FixMyStreet/Classes/InputTableViewController.h')
-rw-r--r--iphone/FixMyStreet/Classes/InputTableViewController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/iphone/FixMyStreet/Classes/InputTableViewController.h b/iphone/FixMyStreet/Classes/InputTableViewController.h
index 17af251aa..f902c4017 100644
--- a/iphone/FixMyStreet/Classes/InputTableViewController.h
+++ b/iphone/FixMyStreet/Classes/InputTableViewController.h
@@ -18,7 +18,7 @@
// Not sure what I made these for
UITableViewCell* actionTakePhotoCell;
UITableViewCell* actionFetchLocationCell;
- UITableViewCell* actionSummaryCell;
+ UITableViewCell* actionSubjectCell;
UILabel* subjectLabel;
UILabel* subjectContent;
@@ -36,7 +36,7 @@
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image editingInfo:(NSDictionary *)editingInfo;
- (void)imagePickerControllerDidCancel:(UIImagePickerController *)picker;
--(void)startLocation;
+-(BOOL)startLocation;
//MyCLControllerDelegate
-(void)newLocationUpdate:(CLLocation *)location;