summaryrefslogtreecommitdiff
path: root/src/main/time_limit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/time_limit.cpp')
-rw-r--r--src/main/time_limit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/time_limit.cpp b/src/main/time_limit.cpp
index fd7164d2c..7f2bc0c61 100644
--- a/src/main/time_limit.cpp
+++ b/src/main/time_limit.cpp
@@ -58,7 +58,7 @@
#include "signal_handlers.h"
-namespace CVC4 {
+namespace CVC5 {
namespace main {
#if HAVE_SETITIMER
@@ -133,4 +133,4 @@ TimeLimit install_time_limit(const Options& opts)
}
} // namespace main
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback