Browse Source

Common.Gen.cs: fixed silly modification while testing

pull/1802/head
Deadlocklogic 2 years ago
parent
commit
5cb553a104
  1. 2
      tests/dotnet/Common/Common.Gen.cs

2
tests/dotnet/Common/Common.Gen.cs

@ -22,7 +22,7 @@ namespace CppSharp.Tests @@ -22,7 +22,7 @@ namespace CppSharp.Tests
public override void MarshalToNative(MarshalContext ctx, GeneratorKind kind)
{
ctx.Return.Write("::TypeMappedIndex1()");
ctx.Return.Write("::TypeMappedIndex()");
}
}

Loading…
Cancel
Save