From ea468771a7c89eed9b0749bae674e0d1d6734c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20K=C4=99dzia?= <pawel.kedzia@pwr.wroc.pl> Date: Wed, 4 May 2011 12:44:04 +0200 Subject: [PATCH] Fixed TokenMatch scope --- swig/libccltokenmatch.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swig/libccltokenmatch.i b/swig/libccltokenmatch.i index 28cbc2e..32757f8 100644 --- a/swig/libccltokenmatch.i +++ b/swig/libccltokenmatch.i @@ -10,7 +10,7 @@ %include "libcclmatchdata.i" %include "libcorpus/libcorpusannotatedsentence.i" -%nodefaultctor Corpus2::TokenMatch; +%nodefaultctor Wccl::TokenMatch; namespace Wccl { class TokenMatch : public MatchData { -- GitLab