Browse Source

Added a default indentation level to IDiagnostics.Push/PopIndent.

pull/696/head
Joao Matos 10 years ago
parent
commit
b710e62f37
  1. 2
      src/Core/Diagnostics.cs

2
src/Core/Diagnostics.cs

@ -31,7 +31,7 @@ namespace CppSharp @@ -31,7 +31,7 @@ namespace CppSharp
public interface IDiagnostics
{
void Emit(DiagnosticInfo info);
void PushIndent(int level);
void PushIndent(int level = 4);
void PopIndent();
}

Loading…
Cancel
Save