summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.h
diff options
context:
space:
mode:
authorTim King <taking@google.com>2016-12-29 14:36:00 -0800
committerTim King <taking@google.com>2016-12-29 14:36:00 -0800
commit6c43b80514259ee489eba99405f703765b613404 (patch)
tree11b9fa0080bf716391998aebc4125d3c6f1e48c8 /src/theory/quantifiers_engine.h
parent2caf6586f97f2f476b4270d12662138e74004e3c (diff)
Adding a destructor to InstantiationNotify.
Diffstat (limited to 'src/theory/quantifiers_engine.h')
-rw-r--r--src/theory/quantifiers_engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h
index 83076c51a..150b3945b 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -47,6 +47,7 @@ namespace quantifiers {
class InstantiationNotify {
public:
InstantiationNotify(){}
+ virtual ~InstantiationNotify() {}
virtual bool notifyInstantiation( unsigned quant_e, Node q, Node lem, std::vector< Node >& terms, Node body ) = 0;
virtual void filterInstantiations() = 0;
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback