summaryrefslogtreecommitdiff
path: root/src/piraha/Seq.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/piraha/Seq.cc')
-rw-r--r--src/piraha/Seq.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/piraha/Seq.cc b/src/piraha/Seq.cc
index c0b697bc..80be5ace 100644
--- a/src/piraha/Seq.cc
+++ b/src/piraha/Seq.cc
@@ -2,7 +2,7 @@
#include <stdarg.h>
#include "Piraha.hpp"
-using namespace piraha;
+using namespace cctki_piraha;
Seq::Seq(Pattern *p,...) {
va_list ap;