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:
Diffstat (limited to 'geometry')
-rw-r--r--geometry/region2d.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/geometry/region2d.hpp b/geometry/region2d.hpp
index a6cb66855c..1024e8dca8 100644
--- a/geometry/region2d.hpp
+++ b/geometry/region2d.hpp
@@ -127,6 +127,8 @@ namespace m2
std::swap(m_rect, rhs.m_rect);
}
+ ContainerT Data() const { return m_points; }
+
public:
/// Taken from Computational Geometry in C and modified
template <class EqualF>