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:
authorДобрый Ээх <bukharaev@gmail.com>2017-03-06 15:28:19 +0300
committerSergey Yershov <syershov@maps.me>2017-03-06 18:13:23 +0300
commitb7bc212145aa32708d32d80e5aedd84a2ba6a065 (patch)
treec4007d9205d44fd54f87e9c8757bc46b843f7839 /tracking/reporter.cpp
parent6c388e67dbf451ca5010e294e4c0f61db9fa7316 (diff)
[tracking] Add traffic info to tracking reporter
Diffstat (limited to 'tracking/reporter.cpp')
-rw-r--r--tracking/reporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracking/reporter.cpp b/tracking/reporter.cpp
index 8939bb374b..269131e0f2 100644
--- a/tracking/reporter.cpp
+++ b/tracking/reporter.cpp
@@ -43,7 +43,7 @@ Reporter::~Reporter()
m_thread.join();
}
-void Reporter::AddLocation(location::GpsInfo const & info)
+void Reporter::AddLocation(location::GpsInfo const & info, traffic::SpeedGroup /* speedGroup */)
{
lock_guard<mutex> lg(m_mutex);