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 50f488682..1e2b61738 100644
--- a/src/util/result.h
+++ b/src/util/result.h
@@ -9,8 +9,8 @@
**
**/
-#ifndef __CVC4_RESULT_H
-#define __CVC4_RESULT_H
+#ifndef __CVC4__RESULT_H
+#define __CVC4__RESULT_H
namespace CVC4 {
@@ -62,4 +62,4 @@ public:
}/* CVC4 namespace */
-#endif /* __CVC4_RESULT_H */
+#endif /* __CVC4__RESULT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback