diff options
Diffstat (limited to 'include/gnuradio/hier_block.hpp')
-rw-r--r-- | include/gnuradio/hier_block.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gnuradio/hier_block.hpp b/include/gnuradio/hier_block.hpp index fcb968e..e129f29 100644 --- a/include/gnuradio/hier_block.hpp +++ b/include/gnuradio/hier_block.hpp @@ -36,14 +36,14 @@ struct GR_RUNTIME_API HierBlock : Element const Element &src, const size_t src_index, const Element &sink, - const size_t sink_index, + const size_t sink_index ); void disconnect( const Element &src, const size_t src_index, const Element &sink, - const size_t sink_index, + const size_t sink_index ); }; |