summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/widgets/textfield.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/widgets/textfield.hpp')
-rw-r--r--src/guichan/include/guichan/widgets/textfield.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/include/guichan/widgets/textfield.hpp b/src/guichan/include/guichan/widgets/textfield.hpp
index e301b6d1f..9c2fde894 100644
--- a/src/guichan/include/guichan/widgets/textfield.hpp
+++ b/src/guichan/include/guichan/widgets/textfield.hpp
@@ -76,7 +76,7 @@ namespace gcn
*/
TextField(const std::string& text);
- A_DELETE_COPY(TextField);
+ A_DELETE_COPY(TextField)
/**
* Sets the text of the text field.