From 874780a4860f33f90eb1e1b6ae3aefbee936415f Mon Sep 17 00:00:00 2001 From: Owen Fraser-Green Date: Thu, 29 Apr 2004 14:14:56 +0000 Subject: [PATCH] Added public constructor. svn path=/trunk/gtk-sharp/; revision=26298 --- gnome/CanvasGroup.custom | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnome/CanvasGroup.custom b/gnome/CanvasGroup.custom index 7b650d8e3..dc70efc34 100644 --- a/gnome/CanvasGroup.custom +++ b/gnome/CanvasGroup.custom @@ -7,8 +7,13 @@ // // 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) { } +