| Index: lib/src/tree_base.dart
|
| diff --git a/lib/src/tree_base.dart b/lib/src/tree_base.dart
|
| index 095b4932f081cb162b8acc547f08cbe102920b3c..51207e136ab26f451dd91795f30758b400aaf5dc 100644
|
| --- a/lib/src/tree_base.dart
|
| +++ b/lib/src/tree_base.dart
|
| @@ -16,7 +16,7 @@ abstract class TreeNode {
|
| TreeNode clone();
|
|
|
| /** Classic double-dispatch visitor for implementing passes. */
|
| - void visit(VisitorBase visitor);
|
| + visit(VisitorBase visitor);
|
|
|
| /** A multiline string showing the node and its children. */
|
| String toDebugString() {
|
|
|