diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:55:27 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:55:27 -0600 |
commit | 04bc759a8ee52b9c11cb6653276a7ef29285f10c (patch) | |
tree | bc4f8437955402b7b474e156e7fd770300421f96 /src/node.h | |
parent | b877728731c783fbd7370935a6733c78c25d5ce2 (diff) | |
download | abakus-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |