[iOS device] Fix compilation issues for GCC.

This commit is contained in:
vng 2012-05-07 10:34:20 +03:00 committed by Alex Zolotarev
parent f7c8042ce0
commit 2a9a889b05

View file

@ -108,7 +108,7 @@ Framework * m_framework = NULL;
- (void)onBookmarkClicked
{
m2::PointD const ptG = m2::PointD(m_bookmark.glbPos.x, m_bookmark.glbPos.y);
Framework::AddressInfo info;
m_framework->GetAddressInfo(ptG, info);
m_framework->AddBookmark(ptG, info.m_name);