diff options
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. |