diff --git a/src/AST/ASTVisitor.cs b/src/AST/ASTVisitor.cs index a7387c5a..fe580fc5 100644 --- a/src/AST/ASTVisitor.cs +++ b/src/AST/ASTVisitor.cs @@ -307,7 +307,7 @@ namespace CppSharp.AST param.Visit(this); return true; - } + } public virtual bool VisitMethodDecl(Method method) {