From da34f018eb4e67452e314487cb547a8393afeff2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 19 Oct 2013 12:35:05 +0300 Subject: fix const in definition in text. --- src/text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/text.cpp') diff --git a/src/text.cpp b/src/text.cpp index 205e945ac..887c66407 100644 --- a/src/text.cpp +++ b/src/text.cpp @@ -41,7 +41,7 @@ ImageRect Text::mBubble; Text::Text(const std::string &text, const int x, const int y, const gcn::Graphics::Alignment alignment, - const gcn::Color* color, const bool isSpeech, + const gcn::Color *const color, const bool isSpeech, gcn::Font *const font) : mFont(font ? font : (gui ? gui->getFont() : nullptr)), mX(x), -- cgit v1.2.3-60-g2f50