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 18:23:26 +0300
committervng <viktor.govako@gmail.com>2015-09-25 18:23:26 +0300
commitbe305b23f0f85d53473da30e80d460adaeadad7a (patch)
treee5b337704aa09a06b5a4adaaa85834e0da1e2c5d /indexer/index.hpp
parent5fc4681e5449c00ba25cfc0882cac95155d76a33 (diff)
Review fixes.
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.
///