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:
authorYuri Gorshenin <y@maps.me>2017-10-02 13:38:28 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2017-10-10 16:13:30 +0300
commit4104cd4f0009adaac5a4a06107abab792f5675e0 (patch)
tree967c0d8d222b45380100a112f50a6d0090bd26d5 /geometry
parent536eecb258e5ea9eb7636b9d2ad4d44b740dfa5c (diff)
[generator] Cities boundaries builder.
Diffstat (limited to 'geometry')
-rw-r--r--geometry/diamond_box.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/geometry/diamond_box.hpp b/geometry/diamond_box.hpp
index 341249c591..29aa5b8fcf 100644
--- a/geometry/diamond_box.hpp
+++ b/geometry/diamond_box.hpp
@@ -33,7 +33,7 @@ public:
bool operator==(DiamondBox const & rhs) const { return m_box == rhs.m_box; }
- DECLARE_VISITOR(visitor(Points(), "points"))
+ DECLARE_VISITOR(visitor(m_box, "box"))
DECLARE_DEBUG_PRINT(DiamondBox)
private: