summaryrefslogtreecommitdiff
path: root/src/theory/uf/theory_uf.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2012-07-06 17:44:12 +0000
committerTim King <taking@cs.nyu.edu>2012-07-06 17:44:12 +0000
commit9c00ffdd01930a4f5bb52e6c5d1522aaa7a4a8b7 (patch)
tree33288386c2ab24834ec9c0fd6bdf0d8b9674f6be /src/theory/uf/theory_uf.h
parentc87d77f36db6632d1c36bd562de1fcce6217a941 (diff)
Added virtual destructor to PpRewrite.
Diffstat (limited to 'src/theory/uf/theory_uf.h')
-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