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:
authortatiana-yan <tatiana.kondakova@gmail.com>2019-02-20 17:23:30 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2019-02-21 16:37:52 +0300
commitd3576782a0716364fdba40cf267e93acd64d3a64 (patch)
treecc9e31421419020df43eed61b8f2ab126a0e37de /search/reverse_geocoder.hpp
parentbe773015f6f829b840d229bb85cc0d8809aa36f6 (diff)
[editor][indexer] Use EditableMapObject in editor instead of FeatureType.
Diffstat (limited to 'search/reverse_geocoder.hpp')
-rw-r--r--search/reverse_geocoder.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/reverse_geocoder.hpp b/search/reverse_geocoder.hpp
index 736458710f..22720c58a1 100644
--- a/search/reverse_geocoder.hpp
+++ b/search/reverse_geocoder.hpp
@@ -99,7 +99,7 @@ public:
/// Returns empty string when there is no street the feature belongs to.
std::string GetFeatureStreetName(FeatureType & ft) const;
/// Same with GetFeatureStreetName but gets street from mwm only (not editor).
- std::string GetOriginalFeatureStreetName(FeatureType & ft) const;
+ std::string GetOriginalFeatureStreetName(FeatureID const & fid) const;
/// For |houseId| with street information sets |streetId| to FeatureID of street corresponding to
/// |houseId| and returns true. Returs false otherwise.
bool GetStreetByHouse(FeatureType & house, FeatureID & streetId) const;