summaryrefslogtreecommitdiff
path: root/src/piraha/Matcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/piraha/Matcher.cc')
-rw-r--r--src/piraha/Matcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/piraha/Matcher.cc b/src/piraha/Matcher.cc
index dd189042..9a37a06b 100644
--- a/src/piraha/Matcher.cc
+++ b/src/piraha/Matcher.cc
@@ -1,7 +1,7 @@
#include <string.h>
#include "Piraha.hpp"
-using namespace piraha;
+using namespace cctki_piraha;
Matcher::Matcher(smart_ptr<Grammar> g_,const char *pat_,const char *input_,int input_size_) :
Group(pat_,input_),