Fixes clang compiler error in case of UHD_ENABLE_RFNOC enable

This commit is contained in:
David Rupprecht 2020-12-08 09:42:12 +01:00 committed by Andre Puschmann
parent ab598dae3b
commit 96b75b6433
1 changed files with 1 additions and 0 deletions

View File

@ -390,6 +390,7 @@ private:
}
public:
virtual ~rf_uhd_rfnoc() = default;
static bool is_required(const uhd::device_addr_t& device_addr)
{
const std::vector<std::string> keys = device_addr.keys();