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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2017-07-14 14:29:43 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2017-07-21 12:56:16 +0300
commit6b95f90b66fa27dbe3a3c971c13b7672ded32f6c (patch)
tree7244513008b343c0fc033429a0e679a40d19b301 /ugc/api.hpp
parentae0b20867cf3109dcf26ba866d1fb360540b96f4 (diff)
Review fixes.
Diffstat (limited to 'ugc/api.hpp')
-rw-r--r--ugc/api.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ugc/api.hpp b/ugc/api.hpp
index 3a2b4220ec..45525f76e5 100644
--- a/ugc/api.hpp
+++ b/ugc/api.hpp
@@ -18,7 +18,7 @@ public:
using UGCCallback = std::function<void(UGC const &)>;
using UGCUpdateCallback = std::function<void(UGCUpdate const &)>;
- explicit Api(Index const & index, std::string const & filename);
+ explicit Api(std::string const & filename);
void GetUGC(FeatureID const & id, UGCCallback callback);
void GetUGCUpdate(FeatureID const & id, UGCUpdateCallback callback);