summaryrefslogtreecommitdiff
path: root/src/gui/textfield.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/textfield.h')
-rw-r--r--src/gui/textfield.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/textfield.h b/src/gui/textfield.h
index 73824615..070d86ae 100644
--- a/src/gui/textfield.h
+++ b/src/gui/textfield.h
@@ -38,12 +38,13 @@ class TextFieldListener
*
* \ingroup GUI
*/
-class TextField : public gcn::TextField {
+class TextField : public gcn::TextField
+{
public:
/**
* Constructor, initializes the text field with the given string.
*/
- TextField(const std::string& text = "");
+ TextField(const std::string &text = "");
/**
* Destructor.