Worked around a Mono 1.2.5 gmcs bug, where nested partial classes confuse the compiler.

This commit is contained in:
the_fiddler 2007-09-09 15:42:51 +00:00
parent 95318a8366
commit 51c257b562

View file

@ -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<string, MethodInfo> import; // This is faster than either Dictionary or SortedDictionary
static Imports()