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:
authorMaxim Pimenov <m@maps.me>2017-08-23 12:39:59 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2017-09-13 16:25:30 +0300
commit8ff72140282102c55e902c1829eef4a3eb19eb28 (patch)
tree05636eca9e7a2ffa51d0fb56c89dec95bbfc1f61 /indexer/altitude_loader.hpp
parent3fe31a5a6cbd469a91c67a02b9517b3e5fd81011 (diff)
Review fixes.
Diffstat (limited to 'indexer/altitude_loader.hpp')
-rw-r--r--indexer/altitude_loader.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/altitude_loader.hpp b/indexer/altitude_loader.hpp
index 543e2a3036..ea74f2a877 100644
--- a/indexer/altitude_loader.hpp
+++ b/indexer/altitude_loader.hpp
@@ -16,7 +16,7 @@ namespace feature
class AltitudeLoader
{
public:
- explicit AltitudeLoader(Index const & index, MwmSet::MwmId const & mwmId);
+ AltitudeLoader(Index const & index, MwmSet::MwmId const & mwmId);
/// \returns altitude of feature with |featureId|. All items of the returned vector are valid
/// or the returned vector is empty.