diff options
Diffstat (limited to 'test/unittest_complex_shapes.cxx')
| -rw-r--r-- | test/unittest_complex_shapes.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unittest_complex_shapes.cxx b/test/unittest_complex_shapes.cxx index fbfc64906..7ef7733d2 100644 --- a/test/unittest_complex_shapes.cxx +++ b/test/unittest_complex_shapes.cxx @@ -44,7 +44,7 @@ public: box(FL_FLAT_BOX); end(); } - void draw() { + void draw() FL_OVERRIDE { draw_begin(); Fl_Window::draw(); draw_complex((Ut_Complex_Shapes_Test*)parent()); @@ -61,7 +61,7 @@ public: box(FL_FLAT_BOX); end(); } - void draw() { + void draw() FL_OVERRIDE { Fl_Window::draw(); draw_complex((Ut_Complex_Shapes_Test*)parent()); } |
