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 <felipe@expertisesolutions.com.br>
Differential Revision: https://phab.enlightenment.org/D10938
This commit is contained in:
Yeongjong Lee 2019-12-20 11:00:45 +00:00 committed by Felipe Magno de Almeida
parent 934a93e39f
commit b4846c95a2
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ namespace Efl
namespace Eo
{
public static class Globals
internal static class Globals
{
/// <summary>Represents the type of the native Efl_Class.</summary>
internal enum EflClassType