oops, forgot this on r99178

svn path=/trunk/gtk-sharp/; revision=99183
This commit is contained in:
Andrés G. Aragoneses 2008-03-28 11:32:45 +00:00
parent f4ca73fd5d
commit fe733e53a3

View File

@ -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;
}