diff --git a/src/Generator/Generators/CSharp/CSharpTextTemplate.cs b/src/Generator/Generators/CSharp/CSharpTextTemplate.cs index 85c7fa7f..01b75f67 100644 --- a/src/Generator/Generators/CSharp/CSharpTextTemplate.cs +++ b/src/Generator/Generators/CSharp/CSharpTextTemplate.cs @@ -875,7 +875,7 @@ namespace CppSharp.Generators.CSharp { if (method.OperatorKind == CXXOperatorKind.Subscript) { - GenerateIndexerSetter(returnType, method); + GenerateIndexerSetter(returnType, method); } else { @@ -2020,7 +2020,7 @@ namespace CppSharp.Generators.CSharp } else { - names.Insert(0, Helpers.InstanceIdentifier); + names.Insert(0, Helpers.InstanceIdentifier); } } }