Add forgotten FL_OVERRIDE attribute
This commit is contained in:
parent
975cd3b4fd
commit
04c8dd9d26
@ -55,7 +55,7 @@ public:
|
||||
/**
|
||||
Same as Fl_Window::flush()
|
||||
*/
|
||||
void flush() { Fl_Window::flush(); }
|
||||
void flush() FL_OVERRIDE { Fl_Window::flush(); }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user