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:
authorIlya Zverev <zverik@textual.ru>2016-01-14 18:51:13 +0300
committerIlya Zverev <zverik@textual.ru>2016-01-19 12:17:18 +0300
commit6e71616f39007579275fb6f53c5752636a2e0985 (patch)
treeb94ff7ea7d0df04f20cd2b4f2158d5b19939689e /indexer/map_style.cpp
parent19ba8eb778e36cf88e1154600d197ae6216896fc (diff)
[styles] Update classificator loader
Diffstat (limited to 'indexer/map_style.cpp')
-rw-r--r--indexer/map_style.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/map_style.cpp b/indexer/map_style.cpp
index ab6bd66525..05cd3ef5a3 100644
--- a/indexer/map_style.cpp
+++ b/indexer/map_style.cpp
@@ -12,6 +12,8 @@ string DebugPrint(MapStyle mapStyle)
return "MapStyleDark";
case MapStyleClear:
return "MapStyleClear";
+ case MapStyleMerged:
+ return "MapStyleMerged";
case MapStyleCount:
break;