summaryrefslogtreecommitdiff
path: root/examples/translator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/translator.cpp')
-rw-r--r--examples/translator.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/translator.cpp b/examples/translator.cpp
index 1a9de7f80..4838e06fb 100644
--- a/examples/translator.cpp
+++ b/examples/translator.cpp
@@ -28,9 +28,9 @@
#include <cvc4/options/set_language.h>
using namespace std;
-using namespace CVC5;
-using namespace CVC5::language;
-using namespace CVC5::parser;
+using namespace cvc5;
+using namespace cvc5::language;
+using namespace cvc5::parser;
enum {
INPUT_LANG = 'L',
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback