[iPhone] Fixed typo

This commit is contained in:
Alex Zolotarev 2010-12-13 12:08:41 +00:00 committed by Alex Zolotarev
parent f102731595
commit 80e9f2477c

View file

@ -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