From 2caf6586f97f2f476b4270d12662138e74004e3c Mon Sep 17 00:00:00 2001 From: Tim King Date: Thu, 29 Dec 2016 14:35:02 -0800 Subject: [PATCH] Adding a destructor to RepBoundExt. --- src/theory/rep_set.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }; -- 2.30.2