Skip to content
Snippets Groups Projects
Commit b5dc40a7 authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

fix matchrulesequence SWIG wrapper

parent 9be298d0
No related merge requests found
......@@ -15,8 +15,10 @@
%include <libcorpus2/boost_shared_ptr.i>
%template(MatchRuleVector) std::vector<Wccl::Matching::MatchRule>;
%template(MatchRuleSequencePtr) boost::shared_ptr<Wccl::Matching::MatchRule>;
%template(ConstMatchRuleSequencePtr) boost::shared_ptr<const Wccl::Matching::MatchRule>;
%template(MatchRulePtr) boost::shared_ptr<Wccl::Matching::MatchRule>;
%template(ConstMatchRuleSequencePtr) boost::shared_ptr<const Wccl::Matching::MatchRuleSequence>;
%template(MatchRuleSequencePtr) boost::shared_ptr<Wccl::Matching::MatchRuleSequence>;
%template(ConstMatchRulePtr) boost::shared_ptr<const Wccl::Matching::MatchRule>;
namespace Wccl {
namespace Matching {
......
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