diff options
Diffstat (limited to 'src/gui/widgets/passwordfield.h')
-rw-r--r-- | src/gui/widgets/passwordfield.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/passwordfield.h b/src/gui/widgets/passwordfield.h index f997f1f51..0efce0dcf 100644 --- a/src/gui/widgets/passwordfield.h +++ b/src/gui/widgets/passwordfield.h @@ -46,6 +46,8 @@ class PasswordField final : public TextField */ void draw(Graphics *graphics) override final; + void safeDraw(Graphics *graphics) override final; + protected: unsigned char mPasswordChar; }; |