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:
authorMaxim Pimenov <m@maps.me>2016-05-27 19:40:55 +0300
committerMaxim Pimenov <m@maps.me>2016-05-31 14:54:46 +0300
commitf672cb0b8227ddafcd6b271724dda3e05df9bfef (patch)
tree423ac795cf5da4a96136416827e943040f19a1b5 /search/retrieval.hpp
parent59f40d7669598a229ffa4f6269e17234f9af9506 (diff)
[search] Got rid of the v2 directory and namespace.
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