Fix compiler warning (suggest-override)

This commit is contained in:
Albrecht Schlosser
2023-11-14 19:02:08 +01:00
parent 4b315d190c
commit 155909ec30
+4 -4
View File
@@ -245,8 +245,8 @@ Fl::repeat_timeout(.10, ring_debug_timer_callback, (void*)this);} {}
code {MyTerminal *o = (MyTerminal*)userdata;
o->ring_debug_timer_callback2();} {}
}
Function {handle(int e)} {
comment {Event handler} return_type int
Function {handle(int e) FL_OVERRIDE} {
comment {Event handler} selected return_type int
} {
code {switch (e) {
case FL_KEYBOARD: {
@@ -1487,8 +1487,8 @@ switch ( G_tty->box() ) {
} {
Fl_Window win {
label {Fl_Terminal Test}
callback {exit(0);} open selected
xywh {0 0 772 863} type Double visible
callback {exit(0);} open
xywh {626 129 772 863} type Double visible
} {
Fl_Spinner scrollhistory_input {
label {Scroll History}