summaryrefslogtreecommitdiff
path: root/src/util/result.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/result.h')
-rw-r--r--src/util/result.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/result.h b/src/util/result.h
index 9fdd61792..b7cd1a6b6 100644
--- a/src/util/result.h
+++ b/src/util/result.h
@@ -16,8 +16,8 @@
#include "cvc4_public.h"
-#ifndef CVC4__RESULT_H
-#define CVC4__RESULT_H
+#ifndef CVC5__RESULT_H
+#define CVC5__RESULT_H
#include <iosfwd>
#include <string>
@@ -162,4 +162,4 @@ bool operator!=(enum Result::Entailment e, const Result& r);
} // namespace cvc5
-#endif /* CVC4__RESULT_H */
+#endif /* CVC5__RESULT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback