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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2015-05-18 16:47:11 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:48:02 +0300
commitb9d22c8fb11a9e7bd526ec3852b0d16fb5ec44e4 (patch)
tree9bfad4c0dfbc4ad993a01a71e3c650b9b5ab414a /indexer/ftypes_matcher.hpp
parent8fd9d2fff3e186a42ae64b41cbc72d55e804897a (diff)
Changes after colleagues comments.
Diffstat (limited to 'indexer/ftypes_matcher.hpp')
-rw-r--r--indexer/ftypes_matcher.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/ftypes_matcher.hpp b/indexer/ftypes_matcher.hpp
index c9eebf6c30..ac3a918a47 100644
--- a/indexer/ftypes_matcher.hpp
+++ b/indexer/ftypes_matcher.hpp
@@ -150,6 +150,7 @@ enum class HighwayClass
Service,
Count // This value is used for internals only.
};
+
string DebugPrint(HighwayClass const cls);
HighwayClass GetHighwayClass(feature::TypesHolder const & types);