From 6936330b7b7a821cb5b0dcf54eadec6f59b26114 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Sun, 5 May 2024 21:25:52 +0200 Subject: [PATCH] Try to fix CI (2) --- src/NetVips/VipsProgress.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NetVips/VipsProgress.cs b/src/NetVips/VipsProgress.cs index 3f101129..3adc4323 100644 --- a/src/NetVips/VipsProgress.cs +++ b/src/NetVips/VipsProgress.cs @@ -22,6 +22,7 @@ public struct GTimer /// /// Is the timer currently active? /// + [MarshalAs(UnmanagedType.Bool)] public bool Active; }