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 '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;