diff --git a/gtk/Table.custom b/gtk/Table.custom index 5ff1da52b..374b40b46 100644 --- a/gtk/Table.custom +++ b/gtk/Table.custom @@ -1,4 +1,4 @@ -public Table(uint rows, uint columns, bool homogeneous) +public Table() { Raw = gtk_table_new (0, 0, false); }