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-06-08 15:43:15 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:52:13 +0300
commitf653249cdd4b82b305c6c291b37b05176768e744 (patch)
tree3f8789bb05372504d61bcec8d0a466153838c5d7 /indexer/ftypes_matcher.hpp
parent911e9cb9b8ec6d0377f986cea7a64a23bb955808 (diff)
Corrections after colleagues comments.
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 89e8f09a0f..0e8b4ada31 100644
--- a/indexer/ftypes_matcher.hpp
+++ b/indexer/ftypes_matcher.hpp
@@ -142,7 +142,7 @@ bool IsTypeConformed(uint32_t type, vector<string> const & path);
enum class HighwayClass
{
Undefined = 0, // There has not been any attempt of calculating HighwayClass.
- None, // There was an attempt of calculating HighwayClass but it was not successful.
+ Error, // There was an attempt of calculating HighwayClass but it was not successful.
Trunk,
Primary,
Secondary,