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-03 19:18:52 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2017-08-07 18:22:22 +0300
commitb9c70406cb500587427c8da60586e12d95b428cb (patch)
tree1b8efaee005b2cbaec936757f59c5b65cf523833 /indexer/index.hpp
parentc44b55e368c41253e32cec5572e48873137071b2 (diff)
[routing] Pull request #6784 review fixes
Diffstat (limited to 'indexer/index.hpp')
-rw-r--r--indexer/index.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indexer/index.hpp b/indexer/index.hpp
index 0c7541da6c..93b22b7aa6 100644
--- a/indexer/index.hpp
+++ b/indexer/index.hpp
@@ -278,8 +278,7 @@ public:
public:
FeaturesLoaderGuard(Index const & index, MwmId const & id);
- MwmSet::MwmId const & GetId() const { return m_handle.GetId(); }
- MwmValue const & GetMwmValue() const { return *m_handle.GetValue<MwmValue>(); }
+ inline MwmSet::MwmId const & GetId() const { return m_handle.GetId(); }
string GetCountryFileName() const;
bool IsWorld() const;