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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2017-08-09 17:32:36 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2017-08-11 12:10:24 +0300
commit95f744faff9bcd48138b575a40314efe43d8a0c8 (patch)
treec03901cf1fdd54ab90920cbef1b6b3ab07642e18 /platform/country_defines.cpp
parent54143ac26e806d290632d4ac6408a5a14f71c1da (diff)
Inject diff scheme into files.
Diffstat (limited to 'platform/country_defines.cpp')
-rw-r--r--platform/country_defines.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/country_defines.cpp b/platform/country_defines.cpp
index bbbf933a2a..4f1072a466 100644
--- a/platform/country_defines.cpp
+++ b/platform/country_defines.cpp
@@ -40,5 +40,7 @@ string DebugPrint(MapOptions options)
return "CarRouting";
case MapOptions::MapWithCarRouting:
return "MapWithCarRouting";
+ case MapOptions::Diff:
+ return "Diff";
}
}