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:
authorvng <viktor.govako@gmail.com>2011-09-17 00:04:38 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:23:58 +0300
commit2872bfbffbc79ac4ad920362eaed5731171dcc08 (patch)
tree522fc3b255804abb4bd0112b8edb54ed12b7db6e /indexer/coding_params.hpp
parent3e2ecdc1447f63f2f5f376370a60bd2bd7e21840 (diff)
[Reduce mwm size] Store first point once in header for outer linear features.
Diffstat (limited to 'indexer/coding_params.hpp')
-rw-r--r--indexer/coding_params.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/coding_params.hpp b/indexer/coding_params.hpp
index 09bbf50c8d..98eb92c884 100644
--- a/indexer/coding_params.hpp
+++ b/indexer/coding_params.hpp
@@ -24,6 +24,8 @@ namespace serial
{
return static_cast<int64_t>(m_BasePointUint64);
}
+
+ void SetBasePoint(m2::PointD const & pt);
//@}
inline uint32_t GetCoordBits() const { return m_CoordBits; }