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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2017-07-10 13:04:17 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2017-07-17 14:16:33 +0300
commit191d3d497aff074c3545d929a5858e063950031c (patch)
treee52c937a3f699061a8bac43bf72812ea6a184178 /indexer/map_object.hpp
parent4cddde8283ce8c8e55e653579b9ec6e5e611dcf1 (diff)
Added matcher for ugc objects.
Diffstat (limited to 'indexer/map_object.hpp')
-rw-r--r--indexer/map_object.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexer/map_object.hpp b/indexer/map_object.hpp
index b144baa8b2..b3b969c38c 100644
--- a/indexer/map_object.hpp
+++ b/indexer/map_object.hpp
@@ -3,7 +3,7 @@
#include "indexer/feature_data.hpp"
#include "indexer/feature_decl.hpp"
#include "indexer/feature_meta.hpp"
-#include "indexer/wheelchair.hpp"
+#include "indexer/ftraits.hpp"
#include "geometry/latlon.hpp"
#include "geometry/mercator.hpp"
@@ -89,7 +89,7 @@ public:
string GetWikipediaLink() const;
string GetFlats() const;
string GetBuildingLevels() const;
- wheelchair::Type GetWheelchairType() const;
+ ftraits::WheelchairAvailability GetWheelchairType() const;
// TODO(Vlad, yunikkk): Use Props enum + getters instead of direct metadata access.
// TODO: Remove this method.