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 ceb88876e..0444427ee 100644
--- a/src/gui/widgets/passwordfield.h
+++ b/src/gui/widgets/passwordfield.h
@@ -41,7 +41,7 @@ class PasswordField final : public TextField
/**
* Draws the password field.
*/
- void draw(gcn::Graphics *graphics);
+ void draw(gcn::Graphics *graphics) override;
};
#endif