diff --git a/iphone/Maps/Classes/UserLocationController.mm b/iphone/Maps/Classes/UserLocationController.mm index d74974243d..01830938d9 100644 --- a/iphone/Maps/Classes/UserLocationController.mm +++ b/iphone/Maps/Classes/UserLocationController.mm @@ -55,7 +55,7 @@ didUpdateHeading: (CLHeading *) newHeading { double trueHeading = [newHeading trueHeading]; - [self.delegate OnHeading: trueHeading withTimeStamp: newHeading.timestamp]; + [self.delegate OnHeading: trueHeading withTimestamp: newHeading.timestamp]; } - (void) locationManager: (CLLocationManager *) manager