diff options
-rw-r--r-- | host/include/uhd/rfnoc/property.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/host/include/uhd/rfnoc/property.hpp b/host/include/uhd/rfnoc/property.hpp index a5c7246d1..ab773da21 100644 --- a/host/include/uhd/rfnoc/property.hpp +++ b/host/include/uhd/rfnoc/property.hpp @@ -41,6 +41,11 @@ public: } } + virtual ~property_base_t() + { + //nop + } + //! Gets the ID (name) of this property const std::string& get_id() const { |