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:
authorAlex Zolotarev <alex@maps.me>2016-04-08 09:59:21 +0300
committerAlex Zolotarev <alex@maps.me>2016-04-11 13:56:34 +0300
commit961fce7fe5a9de881cd788466c51bbe4e9aca4ae (patch)
treee2ef82f91929b2f8cdc249e156e666b75c7dc693 /indexer/feature_data.hpp
parent07abd0ef5043e6a5f945cf0a930cc4f97a03dee9 (diff)
[generator] Normalize house numbers full-width digits.
Diffstat (limited to 'indexer/feature_data.hpp')
-rw-r--r--indexer/feature_data.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature_data.hpp b/indexer/feature_data.hpp
index 901c67b216..93521b212b 100644
--- a/indexer/feature_data.hpp
+++ b/indexer/feature_data.hpp
@@ -224,7 +224,7 @@ public:
bool AddName(string const & lang, string const & s);
bool AddHouseName(string const & s);
- bool AddHouseNumber(string const & s);
+ bool AddHouseNumber(string houseNumber);
/// @name Used in storing full street address only.
//@{