summaryrefslogtreecommitdiff
path: root/src/prop/cryptominisat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/cryptominisat.h')
-rw-r--r--src/prop/cryptominisat.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/prop/cryptominisat.h b/src/prop/cryptominisat.h
index 54d52af0e..7ad861def 100644
--- a/src/prop/cryptominisat.h
+++ b/src/prop/cryptominisat.h
@@ -38,7 +38,7 @@ private:
public:
CryptoMinisatSolver(StatisticsRegistry* registry,
const std::string& name = "");
- ~CryptoMinisatSolver() throw(AssertionException);
+ virtual ~CryptoMinisatSolver();
ClauseId addClause(SatClause& clause, bool removable);
ClauseId addXorClause(SatClause& clause, bool rhs, bool removable);
@@ -132,7 +132,3 @@ public:
} // CVC4
#endif // CVC4_USE_CRYPTOMINISAT
-
-
-
-
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback