From 67a349cefcb72c7770b98bf645a7eca35695bb2b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 24 Oct 2013 12:15:03 +0300 Subject: add final keyword to widgets files. --- 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 fdd88c6a6..7e23a4d70 100644 --- a/src/gui/widgets/passwordfield.h +++ b/src/gui/widgets/passwordfield.h @@ -44,7 +44,7 @@ class PasswordField final : public TextField /** * Draws the password field. */ - void draw(gcn::Graphics *graphics) override; + void draw(gcn::Graphics *graphics) override final; protected: int mPasswordChar; -- cgit v1.2.3-60-g2f50