diff options
-rw-r--r-- | gnuradio-runtime/include/gnuradio/rpcregisterhelpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/include/gnuradio/rpcregisterhelpers.h b/gnuradio-runtime/include/gnuradio/rpcregisterhelpers.h index f82f5ed0aa..adf868df7d 100644 --- a/gnuradio-runtime/include/gnuradio/rpcregisterhelpers.h +++ b/gnuradio-runtime/include/gnuradio/rpcregisterhelpers.h @@ -196,7 +196,7 @@ public: void post(pmt::pmt_t which_port, pmt::pmt_t msg) { - (rpcextractor_base<T,short>::_source->*rpcextractor_base<T,char>::_func) + (rpcextractor_base<T,short>::_source->*rpcextractor_base<T,short>::_func) (static_cast<short>(pmt::to_long(msg))); } }; |