summaryrefslogtreecommitdiffstats
path: root/src/node.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-16 09:55:27 -0600
committerTimothy Pearson <[email protected]>2011-12-16 09:55:27 -0600
commit04bc759a8ee52b9c11cb6653276a7ef29285f10c (patch)
treebc4f8437955402b7b474e156e7fd770300421f96 /src/node.h
parentb877728731c783fbd7370935a6733c78c25d5ce2 (diff)
downloadabakus-04bc759a8ee52b9c11cb6653276a7ef29285f10c.tar.gz
abakus-04bc759a8ee52b9c11cb6653276a7ef29285f10c.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit b877728731c783fbd7370935a6733c78c25d5ce2.
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h4
1 files changed, 2 insertions, 2 deletions
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<Node> 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.