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-01-13 19:32:26 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:04:47 +0300
commita2a6619999d566e1d0e12aa16babac0d6cad569a (patch)
tree198df724a64888bbef4c49ae4e994c7b0a393796 /indexer/feature.hpp
parentc49e89632a9b7d2c19651e217d0403b7dec585e6 (diff)
[editor] FeatureType::SetHouseNumber().
Diffstat (limited to 'indexer/feature.hpp')
-rw-r--r--indexer/feature.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/feature.hpp b/indexer/feature.hpp
index 3598ea1701..7a0d7b7391 100644
--- a/indexer/feature.hpp
+++ b/indexer/feature.hpp
@@ -261,6 +261,8 @@ public:
friend string DebugPrint(FeatureType const & ft);
string GetHouseNumber() const;
+ /// Needed for Editor, to change house numbers in runtime.
+ void SetHouseNumber(string const & number);
/// @name Get names for feature.
/// @param[out] defaultName corresponds to osm tag "name"