mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 18:55:50 +00:00
Removed "static" identifier from main wrappers class (add, if necessary, through the Helper.cs).
This commit is contained in:
parent
a1fc84600c
commit
4021e67dc1
|
@ -642,7 +642,7 @@ namespace Bind.GL2
|
|||
sw.WriteLine("#pragma warning disable 1573"); // Missing param comments
|
||||
|
||||
sw.WriteLine();
|
||||
sw.WriteLine("static partial class {0}", Settings.OutputClass);
|
||||
sw.WriteLine("partial class {0}", Settings.OutputClass);
|
||||
sw.WriteLine("{");
|
||||
|
||||
sw.Indent();
|
||||
|
|
Loading…
Reference in a new issue