diff options
Diffstat (limited to 'src/gui/passwordfield.h')
-rw-r--r-- | src/gui/passwordfield.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/passwordfield.h b/src/gui/passwordfield.h index 9aa6ab49..e31b1779 100644 --- a/src/gui/passwordfield.h +++ b/src/gui/passwordfield.h @@ -31,7 +31,8 @@ * * \ingroup GUI */ -class PasswordField : public TextField { +class PasswordField : public TextField +{ public: /** * Constructor, initializes the password field with the given string. |