diff options
Diffstat (limited to 'usrp/host/lib/inband/usrp_tx.cc')
-rw-r--r-- | usrp/host/lib/inband/usrp_tx.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/lib/inband/usrp_tx.cc b/usrp/host/lib/inband/usrp_tx.cc index cf7976bca..0d4a84619 100644 --- a/usrp/host/lib/inband/usrp_tx.cc +++ b/usrp/host/lib/inband/usrp_tx.cc @@ -100,7 +100,7 @@ usrp_tx::write(pmt_t data) pmt_t invocation_handle = pmt_nth(0, data); pmt_t channel = pmt_nth(1, data); pmt_t v_packets = pmt_nth(2, data); - d_utx = boost::any_cast<usrp_standard_tx *>(pmt_any_ref(pmt_nth(3, data))); + d_utx = boost::any_cast<usrp_standard_tx_sptr>(pmt_any_ref(pmt_nth(3, data))); size_t n_bytes; bool underrun; // this will need to go, as it is taken care of in the packet headers |