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 'render/cpu_drawer.hpp')
-rw-r--r--render/cpu_drawer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/cpu_drawer.hpp b/render/cpu_drawer.hpp
index f55c7a087c..34fb5be0fc 100644
--- a/render/cpu_drawer.hpp
+++ b/render/cpu_drawer.hpp
@@ -32,7 +32,7 @@ public:
void DrawSearchArrow(double azimut);
void EndFrame(FrameImage & image);
- graphics::GlyphCache * GetGlyphCache() { return m_renderer->GetGlyphCache(); }
+ graphics::GlyphCache * GetGlyphCache() override { return m_renderer->GetGlyphCache(); }
protected:
void DrawSymbol(m2::PointD const & pt, graphics::EPosition pos, di::DrawRule const & rule) override;