From f5a322a8345d5e44836e94422aeae37ff5d94b21 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 21 Jun 2018 12:00:17 +0100 Subject: UHD: Make ctrl_iface_impl deconstructor virtual --- host/lib/rfnoc/ctrl_iface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib') 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 -- cgit v1.2.3