From 1feb7f7edc5f8f383e594b256ef4cab0fae75b99 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 29 Aug 2012 23:40:41 +0300 Subject: Add const to more classes. --- src/gui/speechbubble.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/speechbubble.h') diff --git a/src/gui/speechbubble.h b/src/gui/speechbubble.h index 0208941c4..c6b512c83 100644 --- a/src/gui/speechbubble.h +++ b/src/gui/speechbubble.h @@ -47,13 +47,13 @@ class SpeechBubble : public Popup * Sets the name displayed for the speech bubble, and in what color. */ void setCaption(const std::string &name, - const gcn::Color *color = + const gcn::Color *const color = &Theme::getThemeColor(Theme::BUBBLE_NAME)); /** * Sets the text to be displayed. */ - void setText(const std::string &text, bool showName = true); + void setText(const std::string &text, const bool showName = true); private: std::string mText; -- cgit v1.2.3-60-g2f50