diff options
Diffstat (limited to 'gnuradio-runtime/swig/runtime_block_gateway.i')
-rw-r--r-- | gnuradio-runtime/swig/runtime_block_gateway.i | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnuradio-runtime/swig/runtime_block_gateway.i b/gnuradio-runtime/swig/runtime_block_gateway.i index 94428c0d5e..52d4194dee 100644 --- a/gnuradio-runtime/swig/runtime_block_gateway.i +++ b/gnuradio-runtime/swig/runtime_block_gateway.i @@ -1,3 +1,4 @@ +/* -*- c++ -*- */ /* * Copyright 2011-2012 Free Software Foundation, Inc. * @@ -26,11 +27,7 @@ %include <gr_tags.i> %include <gr_feval.i> -//////////////////////////////////////////////////////////////////////// -// data type support -//////////////////////////////////////////////////////////////////////// -%template(int_vector_t) std::vector<int>; -%template(void_star_vector_t) std::vector<void *>; +%template(void_start_vector_t) std::vector<void *>; //////////////////////////////////////////////////////////////////////// // block headers |