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/types_skipper.hpp')
-rw-r--r--search/types_skipper.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/search/types_skipper.hpp b/search/types_skipper.hpp
index 5dd51cf630..0938aba0c8 100644
--- a/search/types_skipper.hpp
+++ b/search/types_skipper.hpp
@@ -1,6 +1,6 @@
#pragma once
-#include "v2/search_model.hpp"
+#include "search_model.hpp"
#include "base/buffer_vector.hpp"
@@ -31,7 +31,7 @@ private:
// m_skipIfEmptyName and m_dontSkipIfEmptyName are used in the case 2 described above.
TCont m_skipIfEmptyName[2];
- v2::TwoLevelPOIChecker m_dontSkipIfEmptyName;
+ TwoLevelPOIChecker m_dontSkipIfEmptyName;
uint32_t m_country, m_state;
};