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:
authorMaksim Andrianov <maksimandrianov1@gmail.com>2018-06-25 17:57:42 +0300
committerMaksim Andrianov <maksimandrianov1@gmail.com>2018-06-25 17:57:42 +0300
commit1c9ae86fe0d701af12fcb8c9548bd870ba61f4fa (patch)
tree049d067833e9f4d40ca8793e7b020601b69fdfea /geometry
parent036be1ebad980f832fd01ba42b5a7c2ca16d8f1e (diff)
After merge
Diffstat (limited to 'geometry')
-rw-r--r--geometry/line2d.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/geometry/line2d.cpp b/geometry/line2d.cpp
index 061474463c..fc94522155 100644
--- a/geometry/line2d.cpp
+++ b/geometry/line2d.cpp
@@ -61,6 +61,8 @@ string DebugPrint(LineIntersector::Result::Type type)
case Type::One: return "One";
case Type::Infinity: return "Infinity";
}
+
+ INCORRECT_VALUE_IN_THE_SWITCH();
}
string DebugPrint(LineIntersector::Result const & result)