diff --git a/Source/OpenTK/Graphics/GraphicsBindingsBase.cs b/Source/OpenTK/Graphics/GraphicsBindingsBase.cs index 0b3dc28d..237b8783 100644 --- a/Source/OpenTK/Graphics/GraphicsBindingsBase.cs +++ b/Source/OpenTK/Graphics/GraphicsBindingsBase.cs @@ -51,9 +51,9 @@ namespace OpenTK.Graphics protected string[] EntryPointNamesInstance; - internal protected IntPtr[] _EntryPointsInstance; - internal protected byte[] _EntryPointNamesInstance; - internal protected int[] _EntryPointNameOffsetsInstance; + internal IntPtr[] _EntryPointsInstance; + internal byte[] _EntryPointNamesInstance; + internal int[] _EntryPointNameOffsetsInstance; /// /// Retrieves an unmanaged function pointer to the specified function.