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 'ugc/api.cpp')
-rw-r--r--ugc/api.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ugc/api.cpp b/ugc/api.cpp
index 0ee32a2881..af4bb051e6 100644
--- a/ugc/api.cpp
+++ b/ugc/api.cpp
@@ -9,7 +9,7 @@ using namespace ugc;
namespace ugc
{
-Api::Api(DataSourceBase const & dataSource, NumberOfUnsynchronizedCallback const & callback)
+Api::Api(DataSource const & dataSource, NumberOfUnsynchronizedCallback const & callback)
: m_storage(dataSource), m_loader(dataSource)
{
m_thread.Push([this, callback] {