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:
authorvng <viktor.govako@gmail.com>2015-09-25 16:09:20 +0300
committervng <viktor.govako@gmail.com>2015-09-25 17:17:51 +0300
commitc56f4c20b946bf62831e917a695d4e6c7861fdd9 (patch)
treed98919a12647ac1d6e8365a60896aa4744ac12f4 /indexer/index.hpp
parent7629852c751575bec7f407e2aab4fa4f3c2cde8a (diff)
[mwm set] Do not create MwmHandle instantly after registering map.
Diffstat (limited to 'indexer/index.hpp')
-rw-r--r--indexer/index.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/index.hpp b/indexer/index.hpp
index 44057132dd..eab3b90c79 100644
--- a/indexer/index.hpp
+++ b/indexer/index.hpp
@@ -75,7 +75,7 @@ public:
/// Registers a new map.
- WARN_UNUSED_RESULT pair<MwmHandle, RegResult> RegisterMap(
+ WARN_UNUSED_RESULT pair<MwmId, RegResult> RegisterMap(
platform::LocalCountryFile const & localFile);
/// Deregisters a map from internal records.