mirror of
https://github.com/fltk/fltk.git
synced 2026-05-20 12:41:27 +08:00
Add forgotten FL_OVERRIDE attribute
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
/**
|
||||
Same as Fl_Window::flush()
|
||||
*/
|
||||
void flush() { Fl_Window::flush(); }
|
||||
void flush() FL_OVERRIDE { Fl_Window::flush(); }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user