summaryrefslogtreecommitdiff
path: root/src/options/options_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/options_handler.h')
-rw-r--r--src/options/options_handler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/options/options_handler.h b/src/options/options_handler.h
index ce174d32e..7d1b1802a 100644
--- a/src/options/options_handler.h
+++ b/src/options/options_handler.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__OPTIONS__OPTIONS_HANDLER_H
-#define CVC4__OPTIONS__OPTIONS_HANDLER_H
+#ifndef CVC5__OPTIONS__OPTIONS_HANDLER_H
+#define CVC5__OPTIONS__OPTIONS_HANDLER_H
#include <ostream>
#include <string>
@@ -136,4 +136,4 @@ void OptionsHandler::checkSatSolverEnabled(std::string option, T m)
} // namespace options
} // namespace cvc5
-#endif /* CVC4__OPTIONS__OPTIONS_HANDLER_H */
+#endif /* CVC5__OPTIONS__OPTIONS_HANDLER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback