diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-12-21 11:36:31 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-12-21 12:43:30 -0500 |
commit | 98da6e17aab67835fcd22c282ee70ad8ba050fcd (patch) | |
tree | 0506564edd7f17779de4606b9c648cbd32a0216a /gnuradio-core/src/lib/runtime/gr_flowgraph.h | |
parent | 275add3ae70d648dfb0ce14eb7df99b0e9adecbd (diff) |
gruel: updating all GR blocks that use PMTs to use new naming.
Diffstat (limited to 'gnuradio-core/src/lib/runtime/gr_flowgraph.h')
-rw-r--r-- | gnuradio-core/src/lib/runtime/gr_flowgraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/lib/runtime/gr_flowgraph.h b/gnuradio-core/src/lib/runtime/gr_flowgraph.h index bef70f626f..3c8cd3cb02 100644 --- a/gnuradio-core/src/lib/runtime/gr_flowgraph.h +++ b/gnuradio-core/src/lib/runtime/gr_flowgraph.h @@ -73,7 +73,7 @@ public: inline bool gr_msg_endpoint::operator==(const gr_msg_endpoint &other) const { return (d_basic_block == other.d_basic_block && - pmt::pmt_equal(d_port, other.d_port)); + pmt::equal(d_port, other.d_port)); } |