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>2018-02-26 19:39:16 +0300
committermpimenov <mpimenov@users.noreply.github.com>2018-02-28 14:09:16 +0300
commitb0bfcfd3b9bd7c63835348be96ad220f5ca6724f (patch)
tree30a1238bac00f94ca8f65e3742b02d8c91b0fb57 /indexer/ftypes_matcher.hpp
parenta96daee16f4081ac50626e1d11b1da29ac2fdde1 (diff)
Review fixes.
Diffstat (limited to 'indexer/ftypes_matcher.hpp')
-rw-r--r--indexer/ftypes_matcher.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/ftypes_matcher.hpp b/indexer/ftypes_matcher.hpp
index 97010a120c..abe5e7f35e 100644
--- a/indexer/ftypes_matcher.hpp
+++ b/indexer/ftypes_matcher.hpp
@@ -263,7 +263,6 @@ enum class HighwayClass
{
Undefined = 0, // There has not been any attempt of calculating HighwayClass.
Error, // There was an attempt of calculating HighwayClass but it was not successful.
- Transported, // Vehicles are transported by a train or a ferry.
Trunk,
Primary,
Secondary,
@@ -271,6 +270,7 @@ enum class HighwayClass
LivingStreet,
Service,
Pedestrian,
+ Transported, // Vehicles are transported by a train or a ferry.
Count // This value is used for internals only.
};