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 'local_ads/statistics.hpp')
-rw-r--r--local_ads/statistics.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/local_ads/statistics.hpp b/local_ads/statistics.hpp
index f5a71353f0..0e870362e5 100644
--- a/local_ads/statistics.hpp
+++ b/local_ads/statistics.hpp
@@ -9,7 +9,6 @@
#include <functional>
#include <list>
#include <map>
-#include <mutex>
#include <string>
#include <vector>
@@ -38,7 +37,7 @@ public:
void SetUserId(std::string const & userId);
- void SetCustomServerSerializer(ServerSerializer && serializer);
+ void SetCustomServerSerializer(ServerSerializer const & serializer);
void RegisterEvent(Event && event);
void RegisterEvents(std::list<Event> && events);