diff options
Diffstat (limited to 'host/lib/include')
-rw-r--r-- | host/lib/include/uhdlib/usrp/common/rpc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/include/uhdlib/usrp/common/rpc.py b/host/lib/include/uhdlib/usrp/common/rpc.py index c484991a6..7840d10aa 100644 --- a/host/lib/include/uhdlib/usrp/common/rpc.py +++ b/host/lib/include/uhdlib/usrp/common/rpc.py @@ -124,7 +124,7 @@ namespace uhd { namespace usrp { %endfor // Deprecated - uhd::rpc_client::sptr get_raw_rpc_client() { return _rpcc; } + uhd::rpc_client::sptr get_raw_rpc_client() override { return _rpcc; } private: uhd::rpc_client::sptr _rpcc; |