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

(swig) Added template for boost::shared_ptr<Wccl::FunctionalOperator>

parent 1bd30b0e
Branches
No related merge requests found
......@@ -15,6 +15,7 @@
%include "boost_shared_ptr.i"
// %template(ValuePtr) boost::shared_ptr<Wccl::Value>;
%template(FunctionalOperatorPtr) boost::shared_ptr<Wccl::FunctionalOperator>;
namespace Wccl {
class FunctionalOperator : public ParsedExpression {
......
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