mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-03 17:25:33 +00:00
Updating access modifier to public.
This commit is contained in:
parent
956ae249ac
commit
b5643a5d2c
|
@ -146,7 +146,7 @@ namespace GtkSharp.Generation {
|
|||
if (finalizer_needed) {
|
||||
sw.WriteLine ("\t\tclass FinalizerInfo {");
|
||||
sw.WriteLine ("\t\t\tIntPtr handle;");
|
||||
sw.WriteLine ("\t\t\tuint timeoutHandlerId;");
|
||||
sw.WriteLine ("\t\t\tpublic uint timeoutHandlerId;");
|
||||
sw.WriteLine ();
|
||||
sw.WriteLine ("\t\t\tpublic FinalizerInfo (IntPtr handle)");
|
||||
sw.WriteLine ("\t\t\t{");
|
||||
|
|
Loading…
Reference in a new issue