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:
authorArsentiy Milchakov <milcars@mapswithme.com>2018-09-06 12:43:08 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-09-06 13:06:56 +0300
commit4ea4564ab870fbb579927fcd7405b184f02e8c9b (patch)
treeacd81ae188ef41c0293d482885de596af32b3b8e /metrics
parent09ac3bb6a148bfdd4cdc44c330eeddfed2564962 (diff)
build fix
Diffstat (limited to 'metrics')
-rw-r--r--metrics/eye_info.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/metrics/eye_info.hpp b/metrics/eye_info.hpp
index b0ef53b267..d9baf0143d 100644
--- a/metrics/eye_info.hpp
+++ b/metrics/eye_info.hpp
@@ -195,4 +195,13 @@ inline std::string DebugPrint(Tip::Event const & type)
case Tip::Event::Count: return "Count";
}
}
+
+inline std::string DebugPrint(Layer::Type const & type)
+{
+ switch (type)
+ {
+ case Layer::Type::TrafficJams: return "TrafficJams";
+ case Layer::Type::PublicTransport: return "PublicTransport";
+ }
+}
} // namespace eye