summaryrefslogtreecommitdiff
path: root/src/text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.cpp')
-rw-r--r--src/text.cpp2
1 files changed, 1 insertions, 1 deletions
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),