From d9b29d2242b7384f4a9a0e7b424dd54fd9fcb740 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Tue, 4 Feb 2025 12:59:16 +1300 Subject: Filled holes in Fl_Widget binding --- body/c_fl_table.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'body/c_fl_table.cpp') diff --git a/body/c_fl_table.cpp b/body/c_fl_table.cpp index b7b83e2..b264c1e 100644 --- a/body/c_fl_table.cpp +++ b/body/c_fl_table.cpp @@ -199,7 +199,7 @@ void fl_table_do_callback(TABLE t, int x, int r, int c) { static_cast(t)->do_callback(static_cast(x), r, c); } -void fl_table_when(TABLE t, unsigned int w) { +void fl_table_when(TABLE t, unsigned char w) { static_cast(t)->when(static_cast(w)); } -- cgit