summaryrefslogtreecommitdiff
path: root/src/theory/rep_set.h
diff options
context:
space:
mode:
authorTim King <taking@google.com>2016-12-29 14:35:02 -0800
committerTim King <taking@google.com>2016-12-29 14:35:02 -0800
commit2caf6586f97f2f476b4270d12662138e74004e3c (patch)
tree2dd341bc82a14271f0488f6dc1eaf619dbb4df03 /src/theory/rep_set.h
parent6c786386b9ef72bc83584e7349fa1b5a4230bee0 (diff)
Adding a destructor to RepBoundExt.
Diffstat (limited to 'src/theory/rep_set.h')
-rw-r--r--src/theory/rep_set.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/rep_set.h b/src/theory/rep_set.h
index 2a2110cfa..9368d3681 100644
--- a/src/theory/rep_set.h
+++ b/src/theory/rep_set.h
@@ -58,7 +58,8 @@ typedef std::vector< int > RepDomain;
class RepBoundExt {
-public:
+ public:
+ virtual ~RepBoundExt() {}
virtual bool setBound( Node owner, int i, TypeNode tn, std::vector< Node >& elements ) = 0;
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback