From c4cef10f92a8ff3fc668e0644d38744dccd06392 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 13 Jul 2014 12:49:11 +0300 Subject: Fix signed/unsigned type for some vars. --- src/gui/widgets/passwordfield.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/passwordfield.h') diff --git a/src/gui/widgets/passwordfield.h b/src/gui/widgets/passwordfield.h index 4c05afd40..f9f677d0d 100644 --- a/src/gui/widgets/passwordfield.h +++ b/src/gui/widgets/passwordfield.h @@ -47,7 +47,7 @@ class PasswordField final : public TextField void draw(Graphics *graphics) override final; protected: - char mPasswordChar; + unsigned char mPasswordChar; }; #endif // GUI_WIDGETS_PASSWORDFIELD_H -- cgit v1.2.3-70-g09d2