summaryrefslogtreecommitdiff
path: root/src/expr/expr_attribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_attribute.h')
-rw-r--r--src/expr/expr_attribute.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/expr/expr_attribute.h b/src/expr/expr_attribute.h
index 3525a8370..b44c9af6f 100644
--- a/src/expr/expr_attribute.h
+++ b/src/expr/expr_attribute.h
@@ -9,8 +9,8 @@
**
**/
-#ifndef __CVC4_EXPR_ATTRIBUTE_H
-#define __CVC4_EXPR_ATTRIBUTE_H
+#ifndef __CVC4__EXPR__EXPR_ATTRIBUTE_H
+#define __CVC4__EXPR__EXPR_ATTRIBUTE_H
// TODO WARNING this file needs work !
@@ -20,6 +20,7 @@
#include "cvc4_expr.h"
namespace CVC4 {
+namespace expr {
template <class value_type>
class AttrTables;
@@ -93,6 +94,7 @@ class AttributeTable {
};
-} /* CVC4 namespace */
+}/* CVC4::expr namespace */
+}/* CVC4 namespace */
-#endif /* __CVC4_EXPR_ATTRIBUTE_H */
+#endif /* __CVC4__EXPR__EXPR_ATTRIBUTE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback