Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web_api/request_headers.hpp')
-rw-r--r--web_api/request_headers.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/web_api/request_headers.hpp b/web_api/request_headers.hpp
index f8d019018b..d4f6ccc5a2 100644
--- a/web_api/request_headers.hpp
+++ b/web_api/request_headers.hpp
@@ -16,8 +16,8 @@ class HeadersParams
{
public:
boost::optional<m2::PointD> m_currentPosition;
- std::vector<base::GeoObjectId> m_countryGeoids;
- std::vector<base::GeoObjectId> m_cityGeoids;
+ std::vector<base::GeoObjectId> m_countryGeoIds;
+ std::vector<base::GeoObjectId> m_cityGeoIds;
};
platform::HttpClient::Headers GetDefaultCatalogHeaders();