From 04bc759a8ee52b9c11cb6653276a7ef29285f10c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:55:27 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit b877728731c783fbd7370935a6733c78c25d5ce2. --- src/node.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/node.h') diff --git a/src/node.h b/src/node.h index f5820e6..b62e9c0 100644 --- a/src/node.h +++ b/src/node.h @@ -31,7 +31,7 @@ typedef SharedPtr NodePtr; /** * A class that operates on a Node. Called recursively on a node and all - * of its children. + * of its tqchildren. */ class NodeFunctor { @@ -50,7 +50,7 @@ class Node // typically read-only. virtual void deleteNode(Node *node); - // Calls functor() on all subchildren and this. + // Calls functor() on all subtqchildren and this. virtual void applyMap(NodeFunctor &fn) const = 0; // Returns an infix representation of the expression. -- cgit v1.2.1