diff options
Diffstat (limited to 'test/handle_events.cxx')
| -rw-r--r-- | test/handle_events.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/handle_events.cxx b/test/handle_events.cxx index 9db0f5378..30a17707a 100644 --- a/test/handle_events.cxx +++ b/test/handle_events.cxx @@ -29,7 +29,7 @@ // Class to handle events class app : public WINDOW_TYPE { protected: - int handle(int); + int handle(int) FL_OVERRIDE; public: // storage for the last event int eventnum, ex, ey; |
