forked from organicmaps/organicmaps-tmp
[iPhone] Fixed typo
This commit is contained in:
parent
f102731595
commit
80e9f2477c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue