summaryrefslogtreecommitdiff
path: root/src/options/option_exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/option_exception.h')
-rw-r--r--src/options/option_exception.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/option_exception.h b/src/options/option_exception.h
index 4cfe55a31..f5590709e 100644
--- a/src/options/option_exception.h
+++ b/src/options/option_exception.h
@@ -19,7 +19,7 @@
#define CVC5__OPTION_EXCEPTION_H
#include "base/exception.h"
-#include "cvc4_export.h"
+#include "cvc5_export.h"
namespace cvc5 {
@@ -29,7 +29,7 @@ namespace cvc5 {
* name is itself unrecognized, a UnrecognizedOptionException (a derived
* class, below) should be used instead.
*/
-class CVC4_EXPORT OptionException : public cvc5::Exception
+class CVC5_EXPORT OptionException : public cvc5::Exception
{
public:
OptionException(const std::string& s) : cvc5::Exception(s_errPrefix + s) {}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback