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:
authorMaksim Andrianov <maksimandrianov1@gmail.com>2018-07-23 12:14:51 +0300
committerSergey Yershov <syershov@maps.me>2018-08-02 11:35:45 +0300
commitb4b73b00e6a5725c342146686ad773dc06bfa997 (patch)
tree95d8a1c403d5c1403e03dc9e6c108849c9ba27b6 /indexer
parent243f9390ab8b0613508dbd0e9a76a7b7e893d5f2 (diff)
Review fixes
Diffstat (limited to 'indexer')
-rw-r--r--indexer/feature_data.cpp2
-rw-r--r--indexer/feature_data.hpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/indexer/feature_data.cpp b/indexer/feature_data.cpp
index 498dc14e0d..9338f2585b 100644
--- a/indexer/feature_data.cpp
+++ b/indexer/feature_data.cpp
@@ -3,6 +3,7 @@
#include "indexer/classificator.hpp"
#include "indexer/feature.hpp"
#include "indexer/feature_impl.hpp"
+#include "indexer/feature_visibility.hpp"
#include "indexer/ftypes_matcher.hpp"
#include "base/assert.hpp"
@@ -16,6 +17,7 @@
using namespace feature;
using namespace std;
+using namespace std::placeholders;
////////////////////////////////////////////////////////////////////////////////////
// TypesHolder implementation
diff --git a/indexer/feature_data.hpp b/indexer/feature_data.hpp
index 090290f2f7..48d8f93ab3 100644
--- a/indexer/feature_data.hpp
+++ b/indexer/feature_data.hpp
@@ -256,7 +256,6 @@ public:
}
bool IsValid() const { return !m_types.empty(); }
-
void SetGeomType(feature::EGeomType t);
void SetGeomTypePointEx();
feature::EGeomType GetGeomType() const;