summaryrefslogtreecommitdiff
path: root/src/piraha/Literal.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/piraha/Literal.cc')
-rw-r--r--src/piraha/Literal.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/piraha/Literal.cc b/src/piraha/Literal.cc
index 62678266..a8022ff8 100644
--- a/src/piraha/Literal.cc
+++ b/src/piraha/Literal.cc
@@ -1,6 +1,6 @@
#include "Piraha.hpp"
-using namespace piraha;
+using namespace cctki_piraha;
bool Literal::match(Matcher *m) {
if(m->pos - m->input_size >= 0) {