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-26 13:22:04 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:14:52 +0300
commitf60b3fe1aed71139ecb086c44457dad1cc26c69f (patch)
tree76e2c4b062dc14dec8ebb38f0080cb9de3e1887a /indexer/feature_decl.hpp
parentdeff0f5c25f0c6a2a01700e78f7e530242ebfbb0 (diff)
DebugPrint for feature::EGeomType.
Diffstat (limited to 'indexer/feature_decl.hpp')
-rw-r--r--indexer/feature_decl.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/indexer/feature_decl.hpp b/indexer/feature_decl.hpp
index 6c89648b5f..b28cfd2baa 100644
--- a/indexer/feature_decl.hpp
+++ b/indexer/feature_decl.hpp
@@ -15,7 +15,9 @@ enum EGeomType
GEOM_LINE = 1,
GEOM_AREA = 2
};
-}
+} // namespace feature
+
+string DebugPrint(feature::EGeomType type);
struct FeatureID
{