From 3f00faa305201fabcc74e17dc24da4cefa9dbfa5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 20 Feb 2011 00:25:42 +0200 Subject: Fix some code style and some errors. --- src/gui/textpopup.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/gui/textpopup.h') diff --git a/src/gui/textpopup.h b/src/gui/textpopup.h index 07662a0f7..898b53555 100644 --- a/src/gui/textpopup.h +++ b/src/gui/textpopup.h @@ -51,8 +51,10 @@ class TextPopup : public Popup * Sets the text to be displayed. */ void show(int x, int y, const std::string &str1) - { show(x, y, str1, static_cast(""), - static_cast("")); }; + { + show(x, y, str1, static_cast(""), + static_cast("")); + }; /** * Sets the text to be displayed. -- cgit v1.2.3-60-g2f50