diff --git a/src/Generator/Utils/TextGenerator.cs b/src/Generator/Utils/TextGenerator.cs index e14a3905..e763d5b2 100644 --- a/src/Generator/Utils/TextGenerator.cs +++ b/src/Generator/Utils/TextGenerator.cs @@ -72,6 +72,11 @@ namespace Cxxi needsNewLine = true; } + public void ResetNewLine() + { + needsNewLine = false; + } + public void PushIndent(uint indent = DefaultIndent) { CurrentIndent.Push(indent);