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/feature.hpp')
-rw-r--r--indexer/feature.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature.hpp b/indexer/feature.hpp
index 768ae7ee64..495bbeb97e 100644
--- a/indexer/feature.hpp
+++ b/indexer/feature.hpp
@@ -177,7 +177,7 @@ public:
//@}
inline void SetID(FeatureID const & id) { m_id = id; }
- inline FeatureID GetID() const { return m_id; }
+ inline FeatureID const & GetID() const { return m_id; }
/// @name Editor functions.
//@{