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