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:
authorArsentiy Milchakov <milcars@mapswithme.com>2017-12-07 11:19:31 +0300
committermgsergio <mgsergio@yandex.ru>2017-12-07 15:05:05 +0300
commit5f19f86e3100644775cf4d86c9f2e0fe2b1fbb70 (patch)
treee78cd902643eefabce1c84648515738f425dbdd6 /indexer/edits_migration.hpp
parentcd0aeff6a07dbc2a1700d93d80c8cbd3f8bb704f (diff)
[editor] load map edits refactoring
Diffstat (limited to 'indexer/edits_migration.hpp')
-rw-r--r--indexer/edits_migration.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/edits_migration.hpp b/indexer/edits_migration.hpp
index c36c74e697..26e1232c1e 100644
--- a/indexer/edits_migration.hpp
+++ b/indexer/edits_migration.hpp
@@ -17,7 +17,7 @@ using TGenerateIDFn = function<FeatureID()>;
/// Tries to match xml feature with one on a new mwm and retruns FeatrueID
/// of a found feature, thows MigrationError if migration fails.
-FeatureID MigrateFeatureIndex(osm::Editor::TForEachFeaturesNearByFn & forEach,
+FeatureID MigrateFeatureIndex(osm::Editor::ForEachFeaturesNearByFn & forEach,
XMLFeature const & xml,
osm::Editor::FeatureStatus const featureStatus,
TGenerateIDFn const & generateID);