summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_manager.h')
-rw-r--r--src/expr/expr_manager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/expr/expr_manager.h b/src/expr/expr_manager.h
index 7e0da01c6..802cfe9c0 100644
--- a/src/expr/expr_manager.h
+++ b/src/expr/expr_manager.h
@@ -9,8 +9,8 @@
**
**/
-#ifndef __CVC4_EXPR_MANAGER_H
-#define __CVC4_EXPR_MANAGER_H
+#ifndef __CVC4__EXPR_MANAGER_H
+#define __CVC4__EXPR_MANAGER_H
#include <vector>
#include "cvc4_expr.h"
@@ -53,6 +53,6 @@ public:
// do we want a varargs one? perhaps not..
};
-} /* CVC4 namespace */
+}/* CVC4 namespace */
-#endif /* __CVC4_EXPR_MANAGER_H */
+#endif /* __CVC4__EXPR_MANAGER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback