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 'map/feature_vec_model.cpp')
-rw-r--r--map/feature_vec_model.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/map/feature_vec_model.cpp b/map/feature_vec_model.cpp
index d265a178a3..c8c1d57290 100644
--- a/map/feature_vec_model.cpp
+++ b/map/feature_vec_model.cpp
@@ -1,5 +1,7 @@
#include "map/feature_vec_model.hpp"
+#include "editor/editable_feature_source.hpp"
+
#include "platform/platform.hpp"
#include "indexer/cell_coverer.hpp"
@@ -16,7 +18,7 @@ using platform::LocalCountryFile;
namespace model
{
-FeaturesFetcher::FeaturesFetcher()
+FeaturesFetcher::FeaturesFetcher() : m_dataSource(make_unique<EditableFeatureSourceFactory>())
{
m_dataSource.AddObserver(*this);
}