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:
authorSergey Yershov <syershov@maps.me>2017-01-13 13:48:35 +0300
committerSergey Yershov <syershov@maps.me>2017-01-13 19:09:10 +0300
commitb449b488587ed836adad64a198f1cf8707714c74 (patch)
tree2379d851e2ba59039cd0b56abd3f0a559f276fbe /indexer/feature.hpp
parentf7efe4fd53d99a2d0b178abc24ff0ad2c2a0dcb5 (diff)
Fix warnings.
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 874d8bd57a..d580d5eedb 100644
--- a/indexer/feature.hpp
+++ b/indexer/feature.hpp
@@ -294,7 +294,7 @@ public:
//@}
uint8_t GetRank() const;
- uint32_t GetPopulation() const;
+ uint64_t GetPopulation() const;
string GetRoadNumber() const;
inline feature::Metadata const & GetMetadata() const