diff options
-rw-r--r-- | host/include/uhd/rfnoc/rf_control/power_reference_iface.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/include/uhd/rfnoc/rf_control/power_reference_iface.hpp b/host/include/uhd/rfnoc/rf_control/power_reference_iface.hpp index 84f0a1805..5a37ccf9f 100644 --- a/host/include/uhd/rfnoc/rf_control/power_reference_iface.hpp +++ b/host/include/uhd/rfnoc/rf_control/power_reference_iface.hpp @@ -22,6 +22,8 @@ namespace uhd { namespace rfnoc { namespace rf_control { class power_reference_iface { public: + using sptr = std::shared_ptr<power_reference_iface>; + virtual ~power_reference_iface() = default; /*! Return true if this channel has a reference power API enabled |