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-27 11:03:14 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-07-27 14:17:03 +0300
commit939222e72895dfcad5187148c5068ebf136acfdf (patch)
tree4a509ad87db451d43005e84d7ff88187c3a04ca0 /indexer/altitude_loader.hpp
parent3d20b30646fb6360ba72eb922b07965a97c040c1 (diff)
Review fixes.
Diffstat (limited to 'indexer/altitude_loader.hpp')
-rw-r--r--indexer/altitude_loader.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexer/altitude_loader.hpp b/indexer/altitude_loader.hpp
index a411512667..bcca0c893e 100644
--- a/indexer/altitude_loader.hpp
+++ b/indexer/altitude_loader.hpp
@@ -16,8 +16,8 @@ class AltitudeLoader
public:
explicit AltitudeLoader(MwmValue const & mwmValue);
- /// \returns altitude of feature with |featureId|. All items of the returned vertor are valid
- /// or the returned vertor is empty.
+ /// \returns altitude of feature with |featureId|. All items of the returned vector are valid
+ /// or the returned vector is empty.
TAltitudes const & GetAltitudes(uint32_t featureId, size_t pointCount);
private: