Adding a destructor to RepBoundExt.
authorTim King <taking@google.com>
Thu, 29 Dec 2016 22:35:02 +0000 (14:35 -0800)
committerTim King <taking@google.com>
Thu, 29 Dec 2016 22:35:02 +0000 (14:35 -0800)
src/theory/rep_set.h

index 2a2110cfa7ba849645ba9c482f79d8ada65e1e0b..9368d36813d79c42812e35779c890a6aedca61a8 100644 (file)
@@ -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;
 };