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 11:40:08 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2017-07-21 12:56:16 +0300
commitae0b20867cf3109dcf26ba866d1fb360540b96f4 (patch)
tree788e7a7e81a4f39e6733dc80bca9d22daa7f796d /ugc/api.hpp
parent93b13730ae1a0d34fc7ff2542f5f7bc0afffaff6 (diff)
Removing unused index ref.
Diffstat (limited to 'ugc/api.hpp')
-rw-r--r--ugc/api.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ugc/api.hpp b/ugc/api.hpp
index 67961893c2..3a2b4220ec 100644
--- a/ugc/api.hpp
+++ b/ugc/api.hpp
@@ -34,7 +34,6 @@ private:
void SetUGCUpdateImpl(FeatureID const & id, UGCUpdate const & ugc);
- Index const & m_index;
base::WorkerThread m_thread;
Storage m_storage;
};