summaryrefslogtreecommitdiff
path: root/src/prop/registrar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/registrar.h')
-rw-r--r--src/prop/registrar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prop/registrar.h b/src/prop/registrar.h
index d0fc0fe25..ae085b573 100644
--- a/src/prop/registrar.h
+++ b/src/prop/registrar.h
@@ -23,7 +23,7 @@
#ifndef CVC4__PROP__REGISTRAR_H
#define CVC4__PROP__REGISTRAR_H
-namespace CVC5 {
+namespace cvc5 {
namespace prop {
class Registrar {
@@ -40,6 +40,6 @@ public:
};/* class NullRegistrar */
} // namespace prop
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__PROP__REGISTRAR_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback