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:
authorSergey Magidovich <mgsergio@mapswithme.com>2016-01-05 14:10:08 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:04:20 +0300
commitef1e40d052042e91f5d5ed836cb3f1d656caee5d (patch)
tree87f1f5b5095ca2bfd7d5929ad3c5fbd48432aa4b /indexer/feature_decl.hpp
parentea27bce049e73817b70e6df8dc1e131a0350efe2 (diff)
Implement serialsization for features with type other than GEOM_POINT.
Diffstat (limited to 'indexer/feature_decl.hpp')
-rw-r--r--indexer/feature_decl.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/feature_decl.hpp b/indexer/feature_decl.hpp
index 6c89648b5f..fcac8c5bc2 100644
--- a/indexer/feature_decl.hpp
+++ b/indexer/feature_decl.hpp
@@ -15,6 +15,8 @@ enum EGeomType
GEOM_LINE = 1,
GEOM_AREA = 2
};
+
+string DebugPrint(EGeomType type);
}
struct FeatureID