Browse Source

CheckEnumName can be made static.

pull/1/head
triton 13 years ago
parent
commit
bb8a8a5f02
  1. 2
      src/Generator/Passes/CleanInvalidDeclNamesPass.cs

2
src/Generator/Passes/CleanInvalidDeclNamesPass.cs

@ -122,7 +122,7 @@ namespace Cxxi.Passes
} }
} }
private void CheckEnumName(Enumeration @enum) private static void CheckEnumName(Enumeration @enum)
{ {
// If we still do not have a valid name, then try to guess one // If we still do not have a valid name, then try to guess one
// based on the enum value names. // based on the enum value names.

Loading…
Cancel
Save