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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-07-22 10:08:06 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-07-23 10:25:13 +0300
commit5d4ee21e4a716530886f6478080a832dca877b75 (patch)
tree7b494f490f56cd4f0d4d593a272d32ec0173e8bd /indexer/altitude_loader.hpp
parent03570b2f16ea5fac497ade8cebdae80552cb74fe (diff)
Getting rid of MwmValue in Value contructor and other review fixes.
Diffstat (limited to 'indexer/altitude_loader.hpp')
-rw-r--r--indexer/altitude_loader.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/altitude_loader.hpp b/indexer/altitude_loader.hpp
index adf01cff6b..cd2d1efbb4 100644
--- a/indexer/altitude_loader.hpp
+++ b/indexer/altitude_loader.hpp
@@ -15,6 +15,7 @@ public:
explicit AltitudeLoader(MwmValue const * mwmValue);
TAltitudes GetAltitude(uint32_t featureId, size_t pointCount) const;
+ bool IsAvailable() const;
private:
vector<char> m_altitudeAvailabilitBuf;