mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-05-09 18:52:22 +00:00
Oops
svn path=/trunk/gtk-sharp/; revision=7025
This commit is contained in:
parent
c1b3d3e98d
commit
1b64d5eb9f
|
@ -1,4 +1,4 @@
|
||||||
public Table(uint rows, uint columns, bool homogeneous)
|
public Table()
|
||||||
{
|
{
|
||||||
Raw = gtk_table_new (0, 0, false);
|
Raw = gtk_table_new (0, 0, false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue