summaryrefslogtreecommitdiff
path: root/src/smt/smt_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/smt_engine.h')
-rw-r--r--src/smt/smt_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smt/smt_engine.h b/src/smt/smt_engine.h
index 17717e440..84d6d1a73 100644
--- a/src/smt/smt_engine.h
+++ b/src/smt/smt_engine.h
@@ -231,7 +231,7 @@ public:
/**
* Destruct the SMT engine.
*/
- ~SmtEngine();
+ ~SmtEngine() throw();
/**
* Set the logic of the script.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback