From 0cfd84732cef5b156b9df478baa8c431740275dc Mon Sep 17 00:00:00 2001 From: Lane Kolbly Date: Tue, 7 Dec 2021 16:46:58 -0600 Subject: host: Make core_iface inheritence virtual --- host/lib/include/uhdlib/rfnoc/rf_control/dboard_iface.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib') diff --git a/host/lib/include/uhdlib/rfnoc/rf_control/dboard_iface.hpp b/host/lib/include/uhdlib/rfnoc/rf_control/dboard_iface.hpp index b7759098a..db93459b9 100644 --- a/host/lib/include/uhdlib/rfnoc/rf_control/dboard_iface.hpp +++ b/host/lib/include/uhdlib/rfnoc/rf_control/dboard_iface.hpp @@ -23,7 +23,7 @@ namespace uhd { namespace rfnoc { namespace rf_control { * just includes accessors to objects which implement the required functionality. * This class also directly implements core_iface for the remainder. */ -class dboard_iface : public core_iface +class dboard_iface : virtual public core_iface { public: using sptr = std::shared_ptr; -- cgit v1.2.3