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.hpp')
-rw-r--r--ugc/api.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ugc/api.hpp b/ugc/api.hpp
index 4f578ce53e..a9b50777b2 100644
--- a/ugc/api.hpp
+++ b/ugc/api.hpp
@@ -2,6 +2,7 @@
#include "base/worker_thread.hpp"
+#include "ugc/loader.hpp"
#include "ugc/storage.hpp"
#include "ugc/types.hpp"
@@ -28,8 +29,8 @@ private:
void SetUGCUpdateImpl(FeatureID const & id, UGCUpdate const & ugc);
- Index const & m_index;
base::WorkerThread m_thread;
Storage m_storage;
+ Loader m_loader;
};
} // namespace ugc