diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-02-20 00:25:42 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-02-20 00:25:42 +0200 |
commit | 3f00faa305201fabcc74e17dc24da4cefa9dbfa5 (patch) | |
tree | 460a7a06c97912e5ed9a525f01624748dd7a16a6 /src/gui/textpopup.h | |
parent | da9ec0b7b8e061b3d3bf1d145284de9d778456c1 (diff) | |
download | plus-3f00faa305201fabcc74e17dc24da4cefa9dbfa5.tar.gz plus-3f00faa305201fabcc74e17dc24da4cefa9dbfa5.tar.bz2 plus-3f00faa305201fabcc74e17dc24da4cefa9dbfa5.tar.xz plus-3f00faa305201fabcc74e17dc24da4cefa9dbfa5.zip |
Fix some code style and some errors.
Diffstat (limited to 'src/gui/textpopup.h')
-rw-r--r-- | src/gui/textpopup.h | 6 |
1 files changed, 4 insertions, 2 deletions
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<const char*>(""), - static_cast<const char*>("")); }; + { + show(x, y, str1, static_cast<const char*>(""), + static_cast<const char*>("")); + }; /** * Sets the text to be displayed. |