Worked around a Mono 1.2.5 gmcs bug, where nested partial classes confuse the compiler.
This commit is contained in:
parent
95318a8366
commit
51c257b562
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue