summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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