diff options
Diffstat (limited to 'test/cursor.cxx')
| -rw-r--r-- | test/cursor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cursor.cxx b/test/cursor.cxx index 4f80f4180..9ae677521 100644 --- a/test/cursor.cxx +++ b/test/cursor.cxx @@ -64,7 +64,7 @@ void setcursor(Fl_Widget *o, void *) { // draw the label without any ^C or \nnn conversions: class CharBox : public Fl_Box { - void draw() { + void draw() FL_OVERRIDE { fl_font(FL_FREE_FONT,14); fl_draw(label(), x()+w()/2, y()+h()/2); } |
