summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--swig/runtime.i2
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{};