summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/theory/uf/theory_uf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/uf/theory_uf.h b/src/theory/uf/theory_uf.h
index a55ef92b5..db417b08c 100644
--- a/src/theory/uf/theory_uf.h
+++ b/src/theory/uf/theory_uf.h
@@ -111,6 +111,7 @@ public:
class PpRewrite {
public:
virtual Node ppRewrite(TNode node) = 0;
+ virtual ~PpRewrite() {}
};/* class TheoryUF::PpRewrite */
private:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback