From dab75b47b6f3f0eee8e1423770025946acdc7c55 Mon Sep 17 00:00:00 2001 From: vng Date: Tue, 5 Feb 2013 14:16:04 +0300 Subject: [PATCH] Compilation fixes. --- graphics/text_renderer.cpp | 8 ++++---- graphics/text_renderer.hpp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/graphics/text_renderer.cpp b/graphics/text_renderer.cpp index eaf4cfad65..c038211100 100644 --- a/graphics/text_renderer.cpp +++ b/graphics/text_renderer.cpp @@ -12,11 +12,11 @@ namespace graphics { - TextRenderer::Params::Params() -// : m_drawTexts(true) - {} + //TextRenderer::Params::Params() + // : m_drawTexts(true) + //{} - TextRenderer::TextRenderer(Params const & params) + TextRenderer::TextRenderer(base_t::Params const & params) : base_t(params)//, m_drawTexts(params.m_drawTexts) {} diff --git a/graphics/text_renderer.hpp b/graphics/text_renderer.hpp index 80e5596fb3..0e9bace2e8 100644 --- a/graphics/text_renderer.hpp +++ b/graphics/text_renderer.hpp @@ -30,7 +30,7 @@ namespace graphics // Params(); // }; - TextRenderer(Params const & params); + TextRenderer(base_t::Params const & params); void drawStraightGlyph(m2::PointD const & ptOrg, m2::PointD const & ptGlyph,