summaryrefslogtreecommitdiff
path: root/src/smt/logic_exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/logic_exception.h')
-rw-r--r--src/smt/logic_exception.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/smt/logic_exception.h b/src/smt/logic_exception.h
index 0809d83e8..e9f747313 100644
--- a/src/smt/logic_exception.h
+++ b/src/smt/logic_exception.h
@@ -19,8 +19,8 @@
#include "cvc4_public.h"
-#ifndef CVC4__SMT__LOGIC_EXCEPTION_H
-#define CVC4__SMT__LOGIC_EXCEPTION_H
+#ifndef CVC5__SMT__LOGIC_EXCEPTION_H
+#define CVC5__SMT__LOGIC_EXCEPTION_H
#include "base/exception.h"
@@ -45,4 +45,4 @@ class LogicException : public cvc5::Exception
} // namespace cvc5
-#endif /* CVC4__SMT__LOGIC_EXCEPTION_H */
+#endif /* CVC5__SMT__LOGIC_EXCEPTION_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback