Add forgotten FL_OVERRIDE attribute

This commit is contained in:
Albrecht Schlosser 2024-10-18 19:18:23 +02:00
parent 975cd3b4fd
commit 04c8dd9d26

View File

@ -55,7 +55,7 @@ public:
/**
Same as Fl_Window::flush()
*/
void flush() { Fl_Window::flush(); }
void flush() FL_OVERRIDE { Fl_Window::flush(); }
};
#endif