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:
authorДобрый Ээх <bukharaev@gmail.com>2017-08-02 14:46:46 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2017-08-07 18:22:22 +0300
commitc44b55e368c41253e32cec5572e48873137071b2 (patch)
tree0a85245f5e9424306788aecd2ab048c5e07c601b /indexer/index.hpp
parent26f348e47f45ebaa2a3def023d84b105ad8600c2 (diff)
[routing] Estimate altitudes in index router
Diffstat (limited to 'indexer/index.hpp')
-rw-r--r--indexer/index.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indexer/index.hpp b/indexer/index.hpp
index 93b22b7aa6..0c7541da6c 100644
--- a/indexer/index.hpp
+++ b/indexer/index.hpp
@@ -278,7 +278,8 @@ public:
public:
FeaturesLoaderGuard(Index const & index, MwmId const & id);
- inline MwmSet::MwmId const & GetId() const { return m_handle.GetId(); }
+ MwmSet::MwmId const & GetId() const { return m_handle.GetId(); }
+ MwmValue const & GetMwmValue() const { return *m_handle.GetValue<MwmValue>(); }
string GetCountryFileName() const;
bool IsWorld() const;