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:
authorAlex Zolotarev <alex@maps.me>2016-02-18 15:45:18 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:50:50 +0300
commite1e0719eeb625468fd5ddd4363cf13d4d60343a2 (patch)
tree81effc92400e51b4cfd29fda22ab316969d28230 /indexer/osm_editor.hpp
parentf15a30063e062be38ce46c83604d0cc50215b12a (diff)
Replaced UserMarks in UI<==>Core flow by separate place page and editable structures.
Diffstat (limited to 'indexer/osm_editor.hpp')
-rw-r--r--indexer/osm_editor.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/osm_editor.hpp b/indexer/osm_editor.hpp
index 44acb97a05..4cc09aa847 100644
--- a/indexer/osm_editor.hpp
+++ b/indexer/osm_editor.hpp
@@ -2,6 +2,8 @@
#include "geometry/rect2d.hpp"
+// TODO(AlexZ): Integrate editable feature into an editor.
+#include "indexer/editable_map_object.hpp"
#include "indexer/feature.hpp"
#include "indexer/feature_meta.hpp"
#include "indexer/mwm_set.hpp"