summaryrefslogtreecommitdiff
path: root/src/gui/textpopup.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-06-21 21:29:51 +0300
committerAndrei Karas <akaras@inbox.ru>2013-06-21 21:29:51 +0300
commitf3a89322713a379678abc420d75230a9b17aa18f (patch)
tree1fa4318ba77eeef61272eb6cd982c7bf37b82800 /src/gui/textpopup.h
parent552867509d2a29d806d2ba416b24fbf7ac711803 (diff)
downloadManaVerse-f3a89322713a379678abc420d75230a9b17aa18f.tar.gz
ManaVerse-f3a89322713a379678abc420d75230a9b17aa18f.tar.bz2
ManaVerse-f3a89322713a379678abc420d75230a9b17aa18f.tar.xz
ManaVerse-f3a89322713a379678abc420d75230a9b17aa18f.zip
fix code style.
Diffstat (limited to 'src/gui/textpopup.h')
-rw-r--r--src/gui/textpopup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/textpopup.h b/src/gui/textpopup.h
index 296cadb63..ce6ae2a02 100644
--- a/src/gui/textpopup.h
+++ b/src/gui/textpopup.h
@@ -58,7 +58,7 @@ class TextPopup final : public Popup
{
show(x, y, str1, static_cast<const char*>(""),
static_cast<const char*>(""));
- };
+ }
/**
* Sets the text to be displayed.