From ee9c46627391a24d98750d4498f1bcf6d692edbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20K=C4=99dzia?= <pawel.kedzia@pwr.wroc.pl> Date: Wed, 11 May 2011 15:42:23 +0200 Subject: [PATCH] (swig) Removed boost:: namespace from MatchRuleSequence wrapper --- swig/libcclmatchrulesequence.i | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/swig/libcclmatchrulesequence.i b/swig/libcclmatchrulesequence.i index 4080e8d..590bd90 100644 --- a/swig/libcclmatchrulesequence.i +++ b/swig/libcclmatchrulesequence.i @@ -24,12 +24,12 @@ namespace Wccl { /* --------------------------------------------------------------------- */ - %rename(OpFunMatchRuleSequence) operator()(const boost::shared_ptr<Corpus2::AnnotatedSentence>& sentence); - void operator()(const boost::shared_ptr<Corpus2::AnnotatedSentence>& sentence); + %rename(OpFunMatchRuleSequence) operator()(const shared_ptr<Corpus2::AnnotatedSentence>& sentence); + void operator()(const shared_ptr<Corpus2::AnnotatedSentence>& sentence); /* --------------------------------------------------------------------- */ - void apply_all(const boost::shared_ptr<Corpus2::AnnotatedSentence>& sentence); + void apply_all(const shared_ptr<Corpus2::AnnotatedSentence>& sentence); /* --------------------------------------------------------------------- */ -- GitLab