Browse Source

Changed GetOperatorIdentifier to be a static method.

pull/1/head
triton 12 years ago
parent
commit
6010459bdc
  1. 2
      src/Generator/Generators/CSharp/CSharpTextTemplate.cs

2
src/Generator/Generators/CSharp/CSharpTextTemplate.cs

@ -1284,7 +1284,7 @@ namespace CppSharp.Generators.CSharp @@ -1284,7 +1284,7 @@ namespace CppSharp.Generators.CSharp
WriteCloseBraceIndent();
}
public string GetOperatorIdentifier(CXXOperatorKind kind)
public static string GetOperatorIdentifier(CXXOperatorKind kind)
{
// These follow the order described in MSDN (Overloadable Operators).

Loading…
Cancel
Save