diff options
author | Josh Blum | 2012-09-13 20:17:18 -0700 |
---|---|---|
committer | Josh Blum | 2012-09-13 20:17:18 -0700 |
commit | 44991fcb2b1d3a24e1563382d722947cafe8471e (patch) | |
tree | c1e8572f45a132c30751ac0567318b639c9f0742 | |
parent | 1ec3451161fbbd772490b8b1c7dd3d3c7aad9503 (diff) | |
download | sandhi-44991fcb2b1d3a24e1563382d722947cafe8471e.tar.gz sandhi-44991fcb2b1d3a24e1563382d722947cafe8471e.tar.bz2 sandhi-44991fcb2b1d3a24e1563382d722947cafe8471e.zip |
swig fix for hier to access name/unique_id
-rw-r--r-- | swig/runtime.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/swig/runtime.i b/swig/runtime.i index e41f711..8f56b9e 100644 --- a/swig/runtime.i +++ b/swig/runtime.i @@ -57,7 +57,9 @@ namespace gnuradio { struct Block : Element{}; + struct HierBlock : Element{}; } +struct gr_hier_block2 : gnuradio::HierBlock{}; struct gr_block : gnuradio::Block{}; struct gr_sync_block : gr_block{}; struct gr_sync_interpolator : gr_sync_block{}; |