From 040fac18a01fbfe6cbff4ffa24e6543df148bafe Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 26 Dec 2017 18:43:50 +0300 Subject: Remove default parameters from passwordfield. --- src/gui/widgets/passwordfield.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets') diff --git a/src/gui/widgets/passwordfield.h b/src/gui/widgets/passwordfield.h index 93dded8d5..54d74493d 100644 --- a/src/gui/widgets/passwordfield.h +++ b/src/gui/widgets/passwordfield.h @@ -36,8 +36,8 @@ class PasswordField final : public TextField /** * Constructor, initializes the password field with the given string. */ - explicit PasswordField(const Widget2 *const widget, - const std::string &text = ""); + PasswordField(const Widget2 *const widget, + const std::string &text); A_DELETE_COPY(PasswordField) -- cgit v1.2.3-70-g09d2