diff --git a/map/framework.hpp b/map/framework.hpp index 644477c0e0..f0414683e2 100644 --- a/map/framework.hpp +++ b/map/framework.hpp @@ -221,6 +221,7 @@ public: //@} storage::Storage & Storage() { return m_storage; } + storage::CountryInfoGetter & CountryInfoGetter() { return *m_infoGetter; } /// @name Bookmarks, Tracks and other UserMarks //@{