summaryrefslogtreecommitdiff
path: root/src/gui/widgets/passwordfield.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/passwordfield.h')
-rw-r--r--src/gui/widgets/passwordfield.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/passwordfield.h b/src/gui/widgets/passwordfield.h
index 55b884b4f..69aaa32fc 100644
--- a/src/gui/widgets/passwordfield.h
+++ b/src/gui/widgets/passwordfield.h
@@ -36,7 +36,8 @@ class PasswordField final : public TextField
/**
* Constructor, initializes the password field with the given string.
*/
- PasswordField(const std::string &text = "");
+ PasswordField(const Widget2 *const widget,
+ const std::string &text = "");
A_DELETE_COPY(PasswordField)