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

Fixed boost::shared_ptr wrapper

parent 6ab15e8f
Branches
No related merge requests found
......@@ -4,7 +4,7 @@
#ifndef SWIG_BOOST_SHAREDPTR
#define SWIG_BOOST_SHAREDPTR
%module swig_boost_shared_ptr
%module boost_shared_ptr
%{
%}
......@@ -20,4 +20,6 @@ namespace boost {
};
}
using namespace boost;
#endif /* SWIG_BOOST_SHAREDPTR */
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