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:
authorDenis Koronchik <denis@mapswithme.com>2014-09-12 19:09:48 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:28:16 +0300
commit4de675fbb9d95dc1046bd495a49e9caaa3e74c87 (patch)
treefd91b6930286e2d1fef8b4b5a7f264f708e92664 /indexer/feature.hpp
parentedbed0336bb2f3c052084ad39c5363611a6530f8 (diff)
Pretty print of FeatureType.
Diffstat (limited to 'indexer/feature.hpp')
-rw-r--r--indexer/feature.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/feature.hpp b/indexer/feature.hpp
index 89396f6f9b..94b89613de 100644
--- a/indexer/feature.hpp
+++ b/indexer/feature.hpp
@@ -231,6 +231,7 @@ public:
/// For test cases only.
string DebugString(int scale) const;
+ friend string DebugPrint(FeatureType const & ft);
string GetHouseNumber() const;