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:
authorExMix <rahuba.youri@mapswithme.com>2015-01-06 12:03:00 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:35:54 +0300
commitac80186f7db8cee3dd7b1772f8eddfbd7f808258 (patch)
treeda3afd7261da0fd9d80975d1acf77ebd1751b528 /drape/glyph_manager.hpp
parent15fe59a27bc750d6bd5e668e6f6ce2cd02291f16 (diff)
review fixes
Diffstat (limited to 'drape/glyph_manager.hpp')
-rw-r--r--drape/glyph_manager.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape/glyph_manager.hpp b/drape/glyph_manager.hpp
index ee4290a41e..24b4a74d92 100644
--- a/drape/glyph_manager.hpp
+++ b/drape/glyph_manager.hpp
@@ -65,7 +65,7 @@ public:
Glyph GetGlyph(strings::UniChar unicodePoints);
typedef function<void (strings::UniChar start, strings::UniChar end)> TUniBlockCallback;
- void ForEachUnicodeBlock(TUniBlockCallback const & fn);
+ void ForEachUnicodeBlock(TUniBlockCallback const & fn) const;
private:
Glyph GetInvalidGlyph() const;