forked from organicmaps/organicmaps
Fixed data race in booking filter
This commit is contained in:
parent
b3405961ac
commit
ab684a5dfd
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class Api;
|
|||
namespace filter
|
||||
{
|
||||
|
||||
using FillSearchMarksCallback = std::function<void(std::vector<FeatureID> availableHotelsSorted)>;
|
||||
using FillSearchMarksCallback = platform::SafeCallback<void(std::vector<FeatureID> availableHotelsSorted)>;
|
||||
|
||||
class Filter
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue