Removed "static" identifier from main wrappers class (add, if necessary, through the Helper.cs).
This commit is contained in:
parent
592348ea78
commit
964427dce2
1 changed files with 1 additions and 1 deletions
|
@ -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