Skip to content

Commit

Permalink
Update GDVisitor.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
elamaunt committed May 14, 2024
1 parent 74fed3b commit cab9f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GDShrapt.Reader/Walking/GDVisitor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ public virtual void Left(GDDualOperatorExpression e)
// Nothing
}

public void Left(GDMethodExpression e)
public virtual void Left(GDMethodExpression e)
{
// Nothing
}
Expand Down Expand Up @@ -652,7 +652,7 @@ public virtual void Visit(GDYieldExpression e)
// Nothing
}

public void Visit(GDMethodExpression e)
public virtual void Visit(GDMethodExpression e)
{
// Nothing
}
Expand Down

0 comments on commit cab9f25

Please sign in to comment.