summaryrefslogtreecommitdiff
path: root/src/theory/theory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory.h')
-rw-r--r--src/theory/theory.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/theory/theory.h b/src/theory/theory.h
index eeaba58d1..05e8e1b01 100644
--- a/src/theory/theory.h
+++ b/src/theory/theory.h
@@ -9,13 +9,14 @@
**
**/
-#ifndef __CVC4_THEORY_H
-#define __CVC4_THEORY_H
+#ifndef __CVC4__THEORY__THEORY_H
+#define __CVC4__THEORY__THEORY_H
#include "core/cvc4_expr.h"
#include "core/literal.h"
namespace CVC4 {
+namespace theory {
/**
* Base class for T-solvers. Abstract DPLL(T).
@@ -78,6 +79,7 @@ public:
};/* class Theory */
+}/* CVC4::theory namespace */
}/* CVC4 namespace */
-#endif /* __CVC4_THEORY_H */
+#endif /* __CVC4__THEORY__THEORY_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback