diff options
author | Tom Rondeau | 2011-04-06 17:10:16 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-04-06 17:10:16 -0400 |
commit | 831134234e5ab6d3a29f21f89b338c9656328946 (patch) | |
tree | 2318091e9c4140952c8780130310ceec5f29c534 /gruel/src/swig/pmt_swig.i | |
parent | b30c79326c3eedf5ebf20be62306f0511b98a0e7 (diff) | |
parent | eca5501969aa6175562b7e70b350cf3e6ddec603 (diff) | |
download | gnuradio-831134234e5ab6d3a29f21f89b338c9656328946.tar.gz gnuradio-831134234e5ab6d3a29f21f89b338c9656328946.tar.bz2 gnuradio-831134234e5ab6d3a29f21f89b338c9656328946.zip |
Merge branch 'master' into 8psk
Diffstat (limited to 'gruel/src/swig/pmt_swig.i')
-rw-r--r-- | gruel/src/swig/pmt_swig.i | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gruel/src/swig/pmt_swig.i b/gruel/src/swig/pmt_swig.i index 6435e03cc..3b0eb45c8 100644 --- a/gruel/src/swig/pmt_swig.i +++ b/gruel/src/swig/pmt_swig.i @@ -38,7 +38,8 @@ using namespace pmt; // Template intrusive_ptr for Swig to avoid dereferencing issues class pmt_base; -%import <intrusive_ptr.i> +//%import <intrusive_ptr.i> +%import <gr_intrusive_ptr.i> %template(swig_int_ptr) boost::intrusive_ptr<pmt_base>; typedef boost::intrusive_ptr<pmt_base> pmt_t; |