summaryrefslogtreecommitdiff
path: root/src/gui/textfield.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/textfield.h')
-rw-r--r--src/gui/textfield.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/textfield.h b/src/gui/textfield.h
index c401e416..619b87f8 100644
--- a/src/gui/textfield.h
+++ b/src/gui/textfield.h
@@ -40,7 +40,7 @@ class TextField : public gcn::TextField {
/**
* Draws the text field.
*/
- void draw(gcn::Graphics *graphics);
+ virtual void draw(gcn::Graphics *graphics);
/**
* Draws the background and border.