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/index.hpp')
-rw-r--r--indexer/index.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/indexer/index.hpp b/indexer/index.hpp
index eab3b90c79..02ab500383 100644
--- a/indexer/index.hpp
+++ b/indexer/index.hpp
@@ -73,10 +73,8 @@ public:
virtual void OnMapDeregistered(platform::LocalCountryFile const & localFile) {}
};
-
/// Registers a new map.
- WARN_UNUSED_RESULT pair<MwmId, RegResult> RegisterMap(
- platform::LocalCountryFile const & localFile);
+ pair<MwmId, RegResult> RegisterMap(platform::LocalCountryFile const & localFile);
/// Deregisters a map from internal records.
///