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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-06-07 13:22:44 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-06-17 19:36:51 +0300
commit4cac8206b33bf59fb44e039580fe312c31d7a5dd (patch)
tree1fbfd37b3a449c6f2c24af68c711ec65a949b36f /indexer/index.hpp
parentf61de40e04d2a75d85c98a5b8743b3c0e0a6d308 (diff)
Review fixes.
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 f57c62adc3..8c8467e49e 100644
--- a/indexer/index.hpp
+++ b/indexer/index.hpp
@@ -58,7 +58,7 @@ public:
class Index : public MwmSet
{
protected:
- /// @name MwmSet overrides.
+ /// MwmSet overrides:
//@{
unique_ptr<MwmInfo> CreateInfo(platform::LocalCountryFile const & localFile) const override;