diff --git a/search/cities_boundaries_table.hpp b/search/cities_boundaries_table.hpp index dc4498f443..3c07bba6cb 100644 --- a/search/cities_boundaries_table.hpp +++ b/search/cities_boundaries_table.hpp @@ -46,7 +46,7 @@ public: double m_eps = 0.0; }; - CitiesBoundariesTable(Index const & index) : m_index(index) {} + explicit CitiesBoundariesTable(Index const & index) : m_index(index) {} bool Load();