diff --git a/map/routing_manager.hpp b/map/routing_manager.hpp index 3c3ad96f44..8387e2f9c5 100644 --- a/map/routing_manager.hpp +++ b/map/routing_manager.hpp @@ -226,6 +226,8 @@ public: m_routingSession.GetRouteForTests()->GetTurnsForTesting(turns); return turns; } + + Callbacks & GetCallbacksForTests() { return m_callbacks; } /// \brief Adds to @param notifications strings - notifications, which are ready to be /// pronounced to end user right now. /// Adds notifications about turns and speed camera on the road.