Updating access modifier to public.

This commit is contained in:
Midhun Mohan 2020-02-17 15:47:14 +00:00
parent 956ae249ac
commit b5643a5d2c

View File

@ -146,7 +146,7 @@ namespace GtkSharp.Generation {
if (finalizer_needed) { if (finalizer_needed) {
sw.WriteLine ("\t\tclass FinalizerInfo {"); sw.WriteLine ("\t\tclass FinalizerInfo {");
sw.WriteLine ("\t\t\tIntPtr handle;"); sw.WriteLine ("\t\t\tIntPtr handle;");
sw.WriteLine ("\t\t\tuint timeoutHandlerId;"); sw.WriteLine ("\t\t\tpublic uint timeoutHandlerId;");
sw.WriteLine (); sw.WriteLine ();
sw.WriteLine ("\t\t\tpublic FinalizerInfo (IntPtr handle)"); sw.WriteLine ("\t\t\tpublic FinalizerInfo (IntPtr handle)");
sw.WriteLine ("\t\t\t{"); sw.WriteLine ("\t\t\t{");