summaryrefslogtreecommitdiff
path: root/src/prop/theory_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/theory_proxy.h')
-rw-r--r--src/prop/theory_proxy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/prop/theory_proxy.h b/src/prop/theory_proxy.h
index 01d98f1b9..dedd1fa49 100644
--- a/src/prop/theory_proxy.h
+++ b/src/prop/theory_proxy.h
@@ -35,7 +35,7 @@
#include "theory/trust_node.h"
#include "util/resource_manager.h"
-namespace CVC4 {
+namespace CVC5 {
class DecisionEngine;
class TheoryEngine;
@@ -165,8 +165,8 @@ class TheoryProxy : public Registrar
std::unique_ptr<SkolemDefManager> d_skdm;
}; /* class TheoryProxy */
-}/* CVC4::prop namespace */
+} // namespace prop
-}/* CVC4 namespace */
+} // namespace CVC5
#endif /* CVC4__PROP__SAT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback