summaryrefslogtreecommitdiff
path: root/src/theory/sets/singleton_op.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/sets/singleton_op.h')
-rw-r--r--src/theory/sets/singleton_op.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/sets/singleton_op.h b/src/theory/sets/singleton_op.h
index 7e338e518..591b9f0ee 100644
--- a/src/theory/sets/singleton_op.h
+++ b/src/theory/sets/singleton_op.h
@@ -14,8 +14,8 @@
#include "cvc4_public.h"
-#ifndef CVC4__SINGLETON_OP_H
-#define CVC4__SINGLETON_OP_H
+#ifndef CVC5__SINGLETON_OP_H
+#define CVC5__SINGLETON_OP_H
#include <memory>
@@ -60,4 +60,4 @@ struct SingletonOpHashFunction
} // namespace cvc5
-#endif /* CVC4__SINGLETON_OP_H */
+#endif /* CVC5__SINGLETON_OP_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback