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-03-02 17:58:08 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:50:54 +0300
commit9561e91d7836706148bf28d1d4e91e793913944f (patch)
tree6fbfc061605b4746ffe725328fc51aa93833088c /indexer/osm_editor.hpp
parentd636bf4c0bfb573e6b30bb0c5b64a34fc3b1c42d (diff)
Code review fixes.
Diffstat (limited to 'indexer/osm_editor.hpp')
-rw-r--r--indexer/osm_editor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/osm_editor.hpp b/indexer/osm_editor.hpp
index 42d0beff6e..7f63b5e3d4 100644
--- a/indexer/osm_editor.hpp
+++ b/indexer/osm_editor.hpp
@@ -2,7 +2,6 @@
#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"
@@ -135,6 +134,7 @@ private:
struct FeatureTypeInfo
{
FeatureStatus m_status;
+ // TODO(AlexZ): Integrate EditableMapObject class into an editor instead of FeatureType.
FeatureType m_feature;
/// If not empty contains Feature's addr:street, edited by user.
string m_street;