diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-06-17 21:28:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-06-17 21:28:18 +0300 |
commit | 0387b5dfbc508587f9ce0b9b1c1f366520f11c0b (patch) | |
tree | 7afdf1db63c0490a05b53db0c42afba1df02631a /src/gui/widgets/textbox.h | |
parent | df994f808e69d567fddc742656a1df86c15bf576 (diff) | |
download | plus-0387b5dfbc508587f9ce0b9b1c1f366520f11c0b.tar.gz plus-0387b5dfbc508587f9ce0b9b1c1f366520f11c0b.tar.bz2 plus-0387b5dfbc508587f9ce0b9b1c1f366520f11c0b.tar.xz plus-0387b5dfbc508587f9ce0b9b1c1f366520f11c0b.zip |
improve textbox.
Diffstat (limited to 'src/gui/widgets/textbox.h')
-rw-r--r-- | src/gui/widgets/textbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/textbox.h b/src/gui/widgets/textbox.h index 669ae6515..aa23364a7 100644 --- a/src/gui/widgets/textbox.h +++ b/src/gui/widgets/textbox.h @@ -62,7 +62,7 @@ class TextBox final : public gcn::TextBox, void keyPressed(gcn::KeyEvent& keyEvent) override; - void draw(gcn::Graphics* graphics); + void draw(gcn::Graphics* graphics) override; void setForegroundColor(const gcn::Color &color); |