forked from organicmaps/organicmaps
[iOS device] Fix compilation issues for GCC.
This commit is contained in:
parent
f7c8042ce0
commit
2a9a889b05
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue