diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/text.cpp | 2 |
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), |