aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2023-07-25 18:49:38 +0200
committermichael-west <michael.west@ettus.com>2023-08-29 14:45:02 -0500
commit006213b1016f02c02e053537665d817602200dd4 (patch)
tree811f14993bd2874e26682615138ecb404a0bc3b0
parentdocs: Add page on timed commands (diff)
downloaduhd-006213b1016f02c02e053537665d817602200dd4.tar.xz
uhd-006213b1016f02c02e053537665d817602200dd4.zip
lib: rfnoc: Fix linter issue regarding virtual dtor
-rw-r--r--host/include/uhd/rfnoc/mb_controller.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/rfnoc/mb_controller.hpp b/host/include/uhd/rfnoc/mb_controller.hpp
index 0d4a934d9..d4d54b5aa 100644
--- a/host/include/uhd/rfnoc/mb_controller.hpp
+++ b/host/include/uhd/rfnoc/mb_controller.hpp
@@ -37,7 +37,7 @@ public:
*/
using sync_source_updater_t = std::function<void(const sync_source_t& sync_source)>;
- virtual ~mb_controller() {}
+ ~mb_controller() override = default;
/**************************************************************************
* Timebase API