Browse Source

Fixed wrong comment.

pull/137/merge
triton 12 years ago
parent
commit
e7d3ad12a7
  1. 2
      src/Generator/Passes/PassBuilder.cs

2
src/Generator/Passes/PassBuilder.cs

@ -40,7 +40,7 @@ namespace CppSharp @@ -40,7 +40,7 @@ namespace CppSharp
}
/// <summary>
/// Adds a new pass to the builder.
/// Runs the passes in the builder.
/// </summary>
public void RunPasses(Action<T> action)
{

Loading…
Cancel
Save