diff options
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/rpcserver_booter_thrift.h')
-rw-r--r-- | gnuradio-runtime/include/gnuradio/rpcserver_booter_thrift.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnuradio-runtime/include/gnuradio/rpcserver_booter_thrift.h b/gnuradio-runtime/include/gnuradio/rpcserver_booter_thrift.h index 28900a4670..fd1da09fa6 100644 --- a/gnuradio-runtime/include/gnuradio/rpcserver_booter_thrift.h +++ b/gnuradio-runtime/include/gnuradio/rpcserver_booter_thrift.h @@ -34,8 +34,7 @@ class rpcserver_booter_thrift : public virtual rpcserver_booter_base, public virtual thrift_server_template<rpcserver_base, rpcserver_thrift, - rpcserver_booter_thrift, - boost::shared_ptr<GNURadio::ControlPortIf> > + rpcserver_booter_thrift> { public: rpcserver_booter_thrift(); |