diff --git a/Source/OpenTK/OpenGL/GLHelper.cs b/Source/OpenTK/OpenGL/GLHelper.cs index 1ae55045..e943b5bc 100644 --- a/Source/OpenTK/OpenGL/GLHelper.cs +++ b/Source/OpenTK/OpenGL/GLHelper.cs @@ -73,7 +73,7 @@ namespace OpenTK.OpenGL importsClass = glClass.GetNestedType("Imports", BindingFlags.Static | BindingFlags.NonPublic); } - partial class Imports + internal static partial class Imports { internal static SortedList import; // This is faster than either Dictionary or SortedDictionary static Imports()