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:
Diffstat (limited to 'platform/location.hpp')
-rw-r--r--platform/location.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/location.hpp b/platform/location.hpp
index 36a751b833..7dc7eb6851 100644
--- a/platform/location.hpp
+++ b/platform/location.hpp
@@ -47,7 +47,7 @@ namespace location
double m_speed; //!< metres per second
//bool HasAltitude() const { return m_verticalAccuracy >= 0.0; }
- //bool HasBearing() const { return m_bearing >= 0.0; }
+ bool HasBearing() const { return m_bearing >= 0.0; }
bool HasSpeed() const { return m_speed >= 0.0; }
};