From fe733e53a3a106670a263be588d14248bb29218c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20G=2E=20Aragoneses?= Date: Fri, 28 Mar 2008 11:32:45 +0000 Subject: [PATCH] oops, forgot this on r99178 svn path=/trunk/gtk-sharp/; revision=99183 --- atk/Object.custom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atk/Object.custom b/atk/Object.custom index 52f001705..cd92e5679 100644 --- a/atk/Object.custom +++ b/atk/Object.custom @@ -82,7 +82,7 @@ } [GLib.DefaultSignalHandler (Type=typeof(Atk.Object), ConnectionMethod="OverrideRefChild")] - public virtual Atk.Object RefChild(int i) { + protected virtual Atk.Object OnRefChild(int i) { return null; }