summaryrefslogtreecommitdiff
path: root/src/expr/symbol_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/symbol_table.h')
-rw-r--r--src/expr/symbol_table.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/symbol_table.h b/src/expr/symbol_table.h
index 113dea704..fbb1969dd 100644
--- a/src/expr/symbol_table.h
+++ b/src/expr/symbol_table.h
@@ -26,7 +26,7 @@
#include "base/exception.h"
#include "cvc4_export.h"
-namespace CVC5 {
+namespace cvc5 {
namespace api {
class Solver;
@@ -210,6 +210,6 @@ class CVC4_EXPORT SymbolTable
std::unique_ptr<Implementation> d_implementation;
}; /* class SymbolTable */
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__SYMBOL_TABLE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback