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:
authorSergey Magidovich <mgsergio@mapswithme.com>2016-04-27 13:08:39 +0300
committerSergey Magidovich <mgsergio@mapswithme.com>2016-04-27 19:55:18 +0300
commit8dc4d668908ef0019c28083836d41cfeaa9f040b (patch)
tree5074dce54e25d225b779a45331d9ec8e2d4aa4f6 /indexer/osm_editor.hpp
parent0f0ad7dbb5aea1736f50dfdb07f94400e8cd0e5f (diff)
Take into account created features while saving.
Diffstat (limited to 'indexer/osm_editor.hpp')
-rw-r--r--indexer/osm_editor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/osm_editor.hpp b/indexer/osm_editor.hpp
index f47aa2361f..29ad6bb79f 100644
--- a/indexer/osm_editor.hpp
+++ b/indexer/osm_editor.hpp
@@ -78,6 +78,7 @@ public:
/// Easy way to check if a feature was deleted, modified, created or not changed at all.
FeatureStatus GetFeatureStatus(MwmSet::MwmId const & mwmId, uint32_t index) const;
+ FeatureStatus GetFeatureStatus(FeatureID const & fid) const;
/// @returns true if a feature was uploaded to osm.
bool IsFeatureUploaded(MwmSet::MwmId const & mwmId, uint32_t index) const;