summaryrefslogtreecommitdiff
path: root/src/util/unique_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/unique_id.h')
-rw-r--r--src/util/unique_id.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/unique_id.h b/src/util/unique_id.h
index 1a6f3427a..4ac80f772 100644
--- a/src/util/unique_id.h
+++ b/src/util/unique_id.h
@@ -9,8 +9,8 @@
**
**/
-#ifndef __CVC4_UNIQUE_ID_H
-#define __CVC4_UNIQUE_ID_H
+#ifndef __CVC4__UNIQUE_ID_H
+#define __CVC4__UNIQUE_ID_H
namespace CVC4 {
@@ -30,6 +30,6 @@ public:
template <class T>
unsigned UniqueID<T>::s_topID = 0;
-} /* CVC4 namespace */
+}/* CVC4 namespace */
-#endif /* __CVC4_UNIQUE_ID_H */
+#endif /* __CVC4__UNIQUE_ID_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback