summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/widgets/textbox.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/widgets/textbox.hpp')
-rw-r--r--src/guichan/include/guichan/widgets/textbox.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/include/guichan/widgets/textbox.hpp b/src/guichan/include/guichan/widgets/textbox.hpp
index 8a5f61fa7..e220bf46a 100644
--- a/src/guichan/include/guichan/widgets/textbox.hpp
+++ b/src/guichan/include/guichan/widgets/textbox.hpp
@@ -77,7 +77,7 @@ namespace gcn
*/
TextBox(const std::string& text);
- A_DELETE_COPY(TextBox);
+ A_DELETE_COPY(TextBox)
/**
* Sets the text of the text box.