diff options
Diffstat (limited to 'src/gui/speechbubble.h')
-rw-r--r-- | src/gui/speechbubble.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/speechbubble.h b/src/gui/speechbubble.h index ac59156a2..19efd6017 100644 --- a/src/gui/speechbubble.h +++ b/src/gui/speechbubble.h @@ -45,8 +45,10 @@ class SpeechBubble final : public Popup * Sets the name displayed for the speech bubble, and in what color. */ void setCaption(const std::string &name, - const gcn::Color *const color = - &Theme::getThemeColor(Theme::BUBBLE_NAME)); + const gcn::Color *const color1 = + &Theme::getThemeColor(Theme::BUBBLE_NAME), + const gcn::Color *const color2 = + &Theme::getThemeColor(Theme::BUBBLE_NAME_OUTLINE)); /** * Sets the text to be displayed. |