summaryrefslogtreecommitdiff
path: root/src/options/options_set_option_template.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/options_set_option_template.cpp')
-rw-r--r--src/options/options_set_option_template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/options_set_option_template.cpp b/src/options/options_set_option_template.cpp
index cfe642b7b..aa56163f2 100644
--- a/src/options/options_set_option_template.cpp
+++ b/src/options/options_set_option_template.cpp
@@ -38,7 +38,7 @@ using namespace std;
namespace CVC4 {
void Options::setOption(const std::string& key, const std::string& optionarg)
- throw(OptionException, ModalException) {
+{
options::OptionsHandler* handler = d_handler;
Trace("options") << "SMT setOption(" << key << ", " << optionarg << ")" << endl;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback