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-26 14:32:13 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-07-26 18:51:58 +0300
commit149365fe1bac4dcbb02bed49f00c06d325c3d783 (patch)
treee12591e196bff38fd44f0fe259a2b6d320f8d301 /routing
parent8d58690031b6c67a8d7c74eaf78d7146545d72db (diff)
Review fixes.
Diffstat (limited to 'routing')
-rw-r--r--routing/features_road_graph.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/routing/features_road_graph.hpp b/routing/features_road_graph.hpp
index 89091101dc..d160f941e4 100644
--- a/routing/features_road_graph.hpp
+++ b/routing/features_road_graph.hpp
@@ -85,7 +85,9 @@ private:
explicit Value(MwmSet::MwmHandle && handle);
bool IsAlive() const { return m_mwmHandle.IsAlive(); }
+
bool HasAltitudeLoader() const { return m_altitudeLoader && m_altitudeLoader->HasAltitudes(); }
+
MwmSet::MwmHandle m_mwmHandle;
unique_ptr<feature::AltitudeLoader> m_altitudeLoader;
};