summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-01-15 15:00:51 -0500
committerTom Rondeau <trondeau@vt.edu>2013-01-15 15:00:51 -0500
commit8c3fc71409c002266150e99a5b06208cc1bb12ef (patch)
treebbe298679d154366b8ee92955fcc45dfda4b42de /gnuradio-core/src/lib/runtime
parent5be31c3d79015beeabdd98ebf1c0152ae6caac8c (diff)
digital: fixed up examples for the updated location of blocks.
Diffstat (limited to 'gnuradio-core/src/lib/runtime')
-rw-r--r--gnuradio-core/src/lib/runtime/gr_block_detail.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuradio-core/src/lib/runtime/gr_block_detail.cc b/gnuradio-core/src/lib/runtime/gr_block_detail.cc
index 784cdbe117..cfd7382f77 100644
--- a/gnuradio-core/src/lib/runtime/gr_block_detail.cc
+++ b/gnuradio-core/src/lib/runtime/gr_block_detail.cc
@@ -156,8 +156,8 @@ gr_block_detail::add_item_tag(unsigned int which_output, const gr_tag_t &tag)
void
gr_block_detail::remove_item_tag(unsigned int which_input, const gr_tag_t &tag)
{
- if(!pmt_is_symbol(tag.key)) {
- throw pmt_wrong_type("gr_block_detail::add_item_tag key", tag.key);
+ if(!pmt::is_symbol(tag.key)) {
+ throw pmt::wrong_type("gr_block_detail::add_item_tag key", tag.key);
}
else {
// Add tag to gr_buffer's deque tags