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:
Diffstat (limited to 'indexer/mwm_set.hpp')
-rw-r--r--indexer/mwm_set.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexer/mwm_set.hpp b/indexer/mwm_set.hpp
index fb705ce7de..fb847e5f10 100644
--- a/indexer/mwm_set.hpp
+++ b/indexer/mwm_set.hpp
@@ -164,11 +164,11 @@ public:
/// are older than the localFile (in this case mwm handle will point
/// to just-registered file).
protected:
- WARN_UNUSED_RESULT pair<MwmHandle, RegResult> RegisterImpl(
+ WARN_UNUSED_RESULT pair<MwmId, RegResult> RegisterImpl(
platform::LocalCountryFile const & localFile);
public:
- WARN_UNUSED_RESULT pair<MwmHandle, RegResult> Register(
+ WARN_UNUSED_RESULT pair<MwmId, RegResult> Register(
platform::LocalCountryFile const & localFile);
//@}