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/search_params.hpp')
-rw-r--r--search/search_params.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/search/search_params.hpp b/search/search_params.hpp
index e454d017de..5d21d9b3ec 100644
--- a/search/search_params.hpp
+++ b/search/search_params.hpp
@@ -1,5 +1,6 @@
#pragma once
+#include "search/hotels_filter.hpp"
#include "search/mode.hpp"
#include "geometry/latlon.hpp"
@@ -41,6 +42,8 @@ public:
bool m_forceSearch = false;
bool m_suggestsEnabled = true;
+ shared_ptr<hotels_filter::Rule> m_hotelsFilter;
+
friend string DebugPrint(SearchParams const & params);
private: