aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2018-06-21 12:00:17 +0100
committerMartin Braun <martin.braun@ettus.com>2018-06-22 18:42:11 -0700
commitf5a322a8345d5e44836e94422aeae37ff5d94b21 (patch)
tree8b6c81ba59abc7ddb2259dcc680e47279da9ecdc
parentUHD: Updated blockdef dest asserts (diff)
downloaduhd-f5a322a8345d5e44836e94422aeae37ff5d94b21.tar.xz
uhd-f5a322a8345d5e44836e94422aeae37ff5d94b21.zip
UHD: Make ctrl_iface_impl deconstructor virtual
-rw-r--r--host/lib/rfnoc/ctrl_iface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/rfnoc/ctrl_iface.cpp b/host/lib/rfnoc/ctrl_iface.cpp
index cd8b05726..11dfa7aaa 100644
--- a/host/lib/rfnoc/ctrl_iface.cpp
+++ b/host/lib/rfnoc/ctrl_iface.cpp
@@ -52,7 +52,7 @@ public:
while (_xports.recv->get_recv_buff(0.0)) {}
}
- ~ctrl_iface_impl(void)
+ virtual ~ctrl_iface_impl(void)
{
UHD_SAFE_CALL(
// dummy peek with the purpose of ack'ing all packets