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-08-17 16:35:37 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:01:31 +0300
commit2736b658ed6200e1f1824dd02d2c7e5841437e00 (patch)
treefd406c9fe3a5b656e0d65ef1d9609f822e4a0b2b /indexer/mwm_set.hpp
parent93a3c2cfb8b7762e823f42da07f1262c8f012a03 (diff)
Review fixes.
Diffstat (limited to 'indexer/mwm_set.hpp')
-rw-r--r--indexer/mwm_set.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/mwm_set.hpp b/indexer/mwm_set.hpp
index a971473b40..5cd6f84b98 100644
--- a/indexer/mwm_set.hpp
+++ b/indexer/mwm_set.hpp
@@ -209,7 +209,7 @@ public:
MwmHandle GetMwmHandleById(MwmId const & id);
/// Now this function looks like workaround, but it allows to avoid ugly const_cast everywhere..
- /// Client code usually holds const reference to Index, but realization is non-const.
+ /// Client code usually holds const reference to Index, but implementation is non-const.
/// @todo Actually, we need to define, is this behaviour (getting Handle) const or non-const.
inline MwmHandle GetMwmHandleById(MwmId const & id) const
{