Browse Source

Fixed test case by using CppSharp.AST.Extensions.

pull/222/head
triton 11 years ago
parent
commit
fe0c6ebfa8
  1. 1
      tests/CSharpTemp/CSharpTemp.cs

1
tests/CSharpTemp/CSharpTemp.cs

@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
using System;
using CppSharp.AST;
using CppSharp.AST.Extensions;
using CppSharp.Generators;
using CppSharp.Generators.CSharp;
using CppSharp.Passes;

Loading…
Cancel
Save