diff options
Diffstat (limited to 'test/offscreen.cxx')
| -rw-r--r-- | test/offscreen.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/offscreen.cxx b/test/offscreen.cxx index c43ffaad4..0f3cfa07e 100644 --- a/test/offscreen.cxx +++ b/test/offscreen.cxx @@ -48,8 +48,8 @@ public: return false; } private: - void draw(); - int handle(int event); + void draw() FL_OVERRIDE; + int handle(int event) FL_OVERRIDE; // Generate "random" values for the line display double random_val(int v) const { |
