aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/include')
-rw-r--r--host/lib/include/uhdlib/usrp/common/rpc.py2
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;