mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-23 05:21:07 +00:00
Added public constructor.
svn path=/trunk/gtk-sharp/; revision=26298
This commit is contained in:
parent
5f4ee87b5c
commit
874780a486
|
@ -8,7 +8,12 @@
|
|||
// This code is inserted after the automatically generated code.
|
||||
//
|
||||
|
||||
public CanvasGroup (Gnome.CanvasGroup group) : base (group, GType)
|
||||
{
|
||||
}
|
||||
|
||||
protected CanvasGroup (Gnome.CanvasGroup group, GLib.GType type) : base (group, type)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue