forked from organicmaps/organicmaps
Fix build after rebase.
This commit is contained in:
parent
2ca30b7f0f
commit
466ca0429e
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ public:
|
|||
|
||||
void VisualizePoints(std::vector<m2::PointD> const & points) override
|
||||
{
|
||||
UserMarkControllerGuard g(m_bm, UserMarkType::DEBUG_MARK);
|
||||
UserMarkNotificationGuard g(m_bm, UserMarkType::DEBUG_MARK);
|
||||
g.m_controller.SetIsVisible(true);
|
||||
g.m_controller.SetIsDrawable(true);
|
||||
for (auto const & p : points)
|
||||
|
@ -96,7 +96,7 @@ public:
|
|||
|
||||
void ClearAllVisualizedPoints() override
|
||||
{
|
||||
UserMarkControllerGuard g(m_bm, UserMarkType::DEBUG_MARK);
|
||||
UserMarkNotificationGuard g(m_bm, UserMarkType::DEBUG_MARK);
|
||||
g.m_controller.Clear();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue