[MAPSME-6598] Fixed build.

This commit is contained in:
Ilya Grechuhin 2018-01-22 16:48:50 +03:00 committed by Daria Volvenkova
parent 4bee533120
commit 8eee810fd7

View file

@ -534,6 +534,7 @@ Bookmark const * BookmarkManager::GetBookmark(df::MarkID id, size_t & catIndex,
return static_cast<Bookmark const *>(mark);
}
}
return nullptr;
}
UserMark const * BookmarkManager::FindNearestUserMark(m2::AnyRectD const & rect) const