forked from organicmaps/organicmaps
[ios] Fixed build error
This commit is contained in:
parent
e3f3c5cbde
commit
26cdf6f347
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ public:
|
|||
newInfo.m_x = newHeading.x;
|
||||
newInfo.m_y = newHeading.y;
|
||||
newInfo.m_z = newHeading.z;
|
||||
newInfo.m_timestamp = [location.timestamp timeIntervalSince1970];
|
||||
newInfo.m_timestamp = [newHeading.timestamp timeIntervalSince1970];
|
||||
m_service->OnHeadingUpdate(newInfo);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue