summaryrefslogtreecommitdiff
path: root/src/theory/rewriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/rewriter.h')
-rw-r--r--src/theory/rewriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/rewriter.h b/src/theory/rewriter.h
index dacc4d212..e80606c95 100644
--- a/src/theory/rewriter.h
+++ b/src/theory/rewriter.h
@@ -96,7 +96,7 @@ public:
* Rewrites the node using theoryOf() to determine which rewriter to
* use on the node.
*/
- static Node rewrite(Node node);
+ static Node rewrite(TNode node);
/**
* Rewrite an equality between two terms that are already in normal form, so
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback