summaryrefslogtreecommitdiff
path: root/include/gnuradio/gr_hier_block2.h
diff options
context:
space:
mode:
authorJosh Blum2012-08-20 01:18:45 -0700
committerJosh Blum2012-08-26 16:03:51 -0700
commit393b21d91d8d5a7c80ea9be6a42909e4dffe385c (patch)
treeca965ad20763b06cac3eec15639f4cfff3b51ee7 /include/gnuradio/gr_hier_block2.h
parentfa25d15ed1a7b85869229055ef32166ef1d8bef2 (diff)
downloadsandhi-393b21d91d8d5a7c80ea9be6a42909e4dffe385c.tar.gz
sandhi-393b21d91d8d5a7c80ea9be6a42909e4dffe385c.tar.bz2
sandhi-393b21d91d8d5a7c80ea9be6a42909e4dffe385c.zip
runtime: lots of swig work, not over yet
Diffstat (limited to 'include/gnuradio/gr_hier_block2.h')
-rw-r--r--include/gnuradio/gr_hier_block2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gnuradio/gr_hier_block2.h b/include/gnuradio/gr_hier_block2.h
index 7bf1ae9..a8c7fbf 100644
--- a/include/gnuradio/gr_hier_block2.h
+++ b/include/gnuradio/gr_hier_block2.h
@@ -32,7 +32,7 @@ struct GR_RUNTIME_API gr_hier_block2 : gnuradio::HierBlock
gr_io_signature_sptr output_signature
);
- const Element &self(void) const
+ const gr_hier_block2 &self(void) const
{
return *this;
}