diff options
Diffstat (limited to 'src/gui/widgets/passwordfield.h')
-rw-r--r-- | src/gui/widgets/passwordfield.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/widgets/passwordfield.h b/src/gui/widgets/passwordfield.h index 69aaa32fc..87b248221 100644 --- a/src/gui/widgets/passwordfield.h +++ b/src/gui/widgets/passwordfield.h @@ -45,6 +45,9 @@ class PasswordField final : public TextField * Draws the password field. */ void draw(gcn::Graphics *graphics) override; + + protected: + int mPasswordChar; }; #endif |