summaryrefslogtreecommitdiff
path: root/src/options/options_get_option_template.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/options_get_option_template.cpp')
-rw-r--r--src/options/options_get_option_template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/options_get_option_template.cpp b/src/options/options_get_option_template.cpp
index 81a0daf5f..8a88abaa5 100644
--- a/src/options/options_get_option_template.cpp
+++ b/src/options/options_get_option_template.cpp
@@ -40,7 +40,7 @@ using namespace std;
namespace CVC4 {
std::string Options::getOption(const std::string& key) const
- throw(OptionException) {
+{
Trace("options") << "SMT getOption(" << key << ")" << endl;
${smt_getoption_handlers}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback