Added public constructor.

svn path=/trunk/gtk-sharp/; revision=26298
This commit is contained in:
Owen Fraser-Green 2004-04-29 14:14:56 +00:00
parent 5f4ee87b5c
commit 874780a486

View file

@ -8,7 +8,12 @@
// This code is inserted after the automatically generated code. // 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) protected CanvasGroup (Gnome.CanvasGroup group, GLib.GType type) : base (group, type)
{ {
} }