From b4846c95a2181b52bf1deb4abd7e7bf3bb1fa7df Mon Sep 17 00:00:00 2001 From: Yeongjong Lee Date: Fri, 20 Dec 2019 11:00:45 +0000 Subject: [PATCH] eo_mono: make Eo.Globals internal All members of `Eo.Globals` are already `internal`. It is unnecessary for `Eo.Globals` to be `public`. Reviewed-by: Felipe Magno de Almeida Differential Revision: https://phab.enlightenment.org/D10938 --- src/bindings/mono/eo_mono/iwrapper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/mono/eo_mono/iwrapper.cs b/src/bindings/mono/eo_mono/iwrapper.cs index 29a346dcc4..ea7104b384 100644 --- a/src/bindings/mono/eo_mono/iwrapper.cs +++ b/src/bindings/mono/eo_mono/iwrapper.cs @@ -34,7 +34,7 @@ namespace Efl namespace Eo { -public static class Globals +internal static class Globals { /// Represents the type of the native Efl_Class. internal enum EflClassType