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:
authorArsentiy Milchakov <milcars@mapswithme.com>2018-05-23 20:03:52 +0300
committerVlad Mihaylenko <vxmihaylenko@gmail.com>2018-05-25 19:00:35 +0300
commitacab617963639289181a417474a1ba85079ac22d (patch)
tree9f16dad318d99fc41480457ad1cac9b1e16c8d76 /map/viewport_search_params.hpp
parent2d8d84a2b6495967041a26c6c9ead0526e150aa4 (diff)
[booking] filter refactoring
Diffstat (limited to 'map/viewport_search_params.hpp')
-rw-r--r--map/viewport_search_params.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/map/viewport_search_params.hpp b/map/viewport_search_params.hpp
index 90f3ba36b5..b12ef291bd 100644
--- a/map/viewport_search_params.hpp
+++ b/map/viewport_search_params.hpp
@@ -1,6 +1,6 @@
#pragma once
-#include "map/booking_filter_availability_params.hpp"
+#include "map/booking_filter_params.hpp"
#include "search/hotels_filter.hpp"
@@ -20,7 +20,7 @@ struct ViewportSearchParams
std::string m_query;
std::string m_inputLocale;
std::shared_ptr<hotels_filter::Rule> m_hotelsFilter;
- booking::filter::availability::Params m_bookingFilterParams;
+ booking::filter::Params m_bookingFilterParams;
OnStarted m_onStarted;
OnCompleted m_onCompleted;