Skip to content

Commit

Permalink
Update hier_block2_detail.h
Browse files Browse the repository at this point in the history
recursive_disconnect wasn't in the header
  • Loading branch information
SaikWolf authored Jan 29, 2025
1 parent c2ab82d commit e66eb62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gnuradio-runtime/lib/hier_block2_detail.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class GR_RUNTIME_API hier_block2_detail
void set_parent(hier_block2* parent);
void reset_parent(bool force = false);
void reset_hier_blocks_parent();
void recursive_disconnect_all(hier_block2* caller);
};

} /* namespace gr */
Expand Down

0 comments on commit e66eb62

Please sign in to comment.