Skip to content
Snippets Groups Projects
Commit ee9c4662 authored by Paweł Kędzia's avatar Paweł Kędzia
Browse files

(swig) Removed boost:: namespace from MatchRuleSequence wrapper

parent 538765db
No related merge requests found
......@@ -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);
/* --------------------------------------------------------------------- */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment