Browse Source

Added missing source location type.

pull/16/merge
triton 12 years ago
parent
commit
d9a52a030d
  1. 6
      src/AST/SourceLocation.cs

6
src/AST/SourceLocation.cs

@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
namespace CppSharp.AST
{
public struct SourceLocation
{
}
}
Loading…
Cancel
Save