diff --git a/src/AST/Comment.cs b/src/AST/Comment.cs index b527eecf..0332d26d 100644 --- a/src/AST/Comment.cs +++ b/src/AST/Comment.cs @@ -246,7 +246,7 @@ namespace CppSharp.AST public VerbatimBlockComment() { - Lines = new List(); + Lines = new List(); } public override void Visit(ICommentVisitor visitor) @@ -380,7 +380,7 @@ namespace CppSharp.AST public InlineCommandComment() { - Arguments = new List(); + Arguments = new List(); } public override void Visit(ICommentVisitor visitor)