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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/theory/rewriter.h b/src/theory/rewriter.h
index 3201bb2c8..09f0123bf 100644
--- a/src/theory/rewriter.h
+++ b/src/theory/rewriter.h
@@ -93,10 +93,8 @@ class Rewriter {
/** Set proof node manager */
void setProofNodeManager(ProofNodeManager* pnm);
- /**
- * Garbage collects the rewrite caches.
- */
- static void clearCaches();
+ /** Garbage collects the rewrite caches. */
+ void clearCaches();
/**
* Registers a theory rewriter with this rewriter. The rewriter does not own
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback