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 'search/retrieval.hpp')
-rw-r--r--search/retrieval.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/search/retrieval.hpp b/search/retrieval.hpp
index a4e85c6095..032636bf7c 100644
--- a/search/retrieval.hpp
+++ b/search/retrieval.hpp
@@ -18,8 +18,6 @@ class CompressedBitVector;
namespace search
{
-namespace v2
-{
class MwmContext;
class TokenSlice;
@@ -40,5 +38,5 @@ unique_ptr<coding::CompressedBitVector> RetrievePostcodeFeatures(
unique_ptr<coding::CompressedBitVector> RetrieveGeometryFeatures(
MwmContext const & context, my::Cancellable const & cancellable, m2::RectD const & rect,
int scale);
-} // namespace v2
+
} // namespace search