diff options
author | Ben Reynwar <ben@reynwar.net> | 2013-05-19 02:55:33 -0700 |
---|---|---|
committer | Ben Reynwar <ben@reynwar.net> | 2013-05-19 02:55:33 -0700 |
commit | bb01988e75d50d82cbb44c1a49c86c1d08f05665 (patch) | |
tree | 0528dac14476d37f2cde7374a8fcb3428f879c69 /gnuradio-runtime/swig/gnuradio_swig_bug_workaround.h | |
parent | e4f0319eced22c112f7e6a4cc45bc2036d285332 (diff) | |
parent | 0fa219774dcf9141ae91204f948c029b05673f3f (diff) |
Merged in next_docs branch.
Diffstat (limited to 'gnuradio-runtime/swig/gnuradio_swig_bug_workaround.h')
-rw-r--r-- | gnuradio-runtime/swig/gnuradio_swig_bug_workaround.h | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/gnuradio-runtime/swig/gnuradio_swig_bug_workaround.h b/gnuradio-runtime/swig/gnuradio_swig_bug_workaround.h index 1994f06609..1fc3755707 100644 --- a/gnuradio-runtime/swig/gnuradio_swig_bug_workaround.h +++ b/gnuradio-runtime/swig/gnuradio_swig_bug_workaround.h @@ -29,17 +29,16 @@ * %import "gnuradio.i" */ -class gr_base_error_handler; -class gr_basic_block; -class gr_block; -class gr_error_handler; -class gr_file_error_handler; -class gr_hier_block2; -class gr_msg_handler; -class gr_msg_queue; -class gr_sync_block; -class gr_sync_decimator; -class gr_sync_interpolator; -class gr_top_block; +class base_error_handler; +class basic_block; +class block; +class file_error_handler; +class hier_block2; +class msg_handler; +class msg_queue; +class sync_block; +class sync_decimator; +class sync_interpolator; +class top_block; #endif /* INCLUDED_GNURADIO_SWIG_BUG_WORKAROUND_H */ |