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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/passwordfield.h b/src/gui/widgets/passwordfield.h
index 619cd842..0058233c 100644
--- a/src/gui/widgets/passwordfield.h
+++ b/src/gui/widgets/passwordfield.h
@@ -35,7 +35,7 @@ class PasswordField : public TextField
/**
* Constructor, initializes the password field with the given string.
*/
- PasswordField(const std::string &text = "");
+ PasswordField(const std::string &text = std::string());
/**
* Draws the password field.