[ios] Fixed build error

This commit is contained in:
Alex Zolotarev 2011-05-09 15:17:44 +03:00 committed by Alex Zolotarev
parent e3f3c5cbde
commit 26cdf6f347

View file

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