summaryrefslogtreecommitdiff
path: root/src/util/model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/model.h')
-rw-r--r--src/util/model.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/model.h b/src/util/model.h
index c07b75dfa..cf006b3e1 100644
--- a/src/util/model.h
+++ b/src/util/model.h
@@ -9,8 +9,8 @@
**
**/
-#ifndef __CVC4_MODEL_H
-#define __CVC4_MODEL_H
+#ifndef __CVC4__MODEL_H
+#define __CVC4__MODEL_H
namespace CVC4 {
@@ -19,4 +19,4 @@ class Model {
}/* CVC4 namespace */
-#endif /* __CVC4_MODEL_H */
+#endif /* __CVC4__MODEL_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback