summaryrefslogtreecommitdiff
path: root/src/bindings/mono/eina_mono/eina_promises.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings/mono/eina_mono/eina_promises.cs')
-rw-r--r--src/bindings/mono/eina_mono/eina_promises.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/mono/eina_mono/eina_promises.cs b/src/bindings/mono/eina_mono/eina_promises.cs
index 4b14a0d894..fd4ea0bd0f 100644
--- a/src/bindings/mono/eina_mono/eina_promises.cs
+++ b/src/bindings/mono/eina_mono/eina_promises.cs
@@ -419,7 +419,7 @@ public class Future
/// <summary>Custom marshaler to convert between managed and native <see cref="Eina.Future"/>.
/// Internal usage in generated code.</summary>
[EditorBrowsable(EditorBrowsableState.Never)]
-public class FutureMarshaler : ICustomMarshaler
+class FutureMarshaler : ICustomMarshaler
{
///<summary>Wrap the native future with a managed wrapper.</summary>