From b5643a5d2cd7b95bbb05caaf72f67499cd06fdd3 Mon Sep 17 00:00:00 2001 From: Midhun Mohan Date: Mon, 17 Feb 2020 15:47:14 +0000 Subject: [PATCH] Updating access modifier to public. --- Source/Tools/GapiCodegen/OpaqueGen.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Tools/GapiCodegen/OpaqueGen.cs b/Source/Tools/GapiCodegen/OpaqueGen.cs index 1909da483..8d388c966 100644 --- a/Source/Tools/GapiCodegen/OpaqueGen.cs +++ b/Source/Tools/GapiCodegen/OpaqueGen.cs @@ -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{");