forked from organicmaps/organicmaps
[iPhone] Minor warning fix
This commit is contained in:
parent
bd3d2b328a
commit
aef7365bca
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
{
|
||||
active = YES;
|
||||
[m_locationManager startUpdatingLocation];
|
||||
if ([m_locationManager headingAvailable])
|
||||
if ([CLLocationManager headingAvailable])
|
||||
{
|
||||
m_locationManager.headingFilter = 1;
|
||||
[m_locationManager startUpdatingHeading];
|
||||
|
|
Loading…
Add table
Reference in a new issue