Browse Source

Pass the class argument when marshaling methods.

pull/1/head
triton 13 years ago
parent
commit
93b7642920
  1. 2
      src/Generator/Generators/CLI/CLISourcesTemplate.cs

2
src/Generator/Generators/CLI/CLISourcesTemplate.cs

@ -242,7 +242,7 @@ namespace Cxxi.Generators.CLI @@ -242,7 +242,7 @@ namespace Cxxi.Generators.CLI
}
else
{
GenerateFunctionCall(method);
GenerateFunctionCall(method, @class);
}
}
else if (@class.IsValueType)

Loading…
Cancel
Save