summaryrefslogtreecommitdiff
path: root/src/decision/justification_heuristic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decision/justification_heuristic.h')
-rw-r--r--src/decision/justification_heuristic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decision/justification_heuristic.h b/src/decision/justification_heuristic.h
index 9177ba44d..e1ed431d1 100644
--- a/src/decision/justification_heuristic.h
+++ b/src/decision/justification_heuristic.h
@@ -114,7 +114,7 @@ public:
context::UserContext *uc,
context::Context *c);
- ~JustificationHeuristic();
+ ~JustificationHeuristic() throw();
prop::SatLiteral getNext(bool &stopSearch);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback