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 7ef72cc9ed..98d85ea2dd 100644
--- a/ugc/api.cpp
+++ b/ugc/api.cpp
@@ -17,7 +17,7 @@ Time FromDaysAgo(Time time, uint32_t days)
}
} // namespace
-Api::Api(std::string const & filename) : m_storage(filename) {}
+Api::Api(Index const & index, std::string const & filename) : m_index(index), m_storage(filename) {}
void Api::GetUGC(FeatureID const & id, UGCCallback callback)
{