diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-06-21 12:00:17 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-06-22 18:42:11 -0700 |
commit | f5a322a8345d5e44836e94422aeae37ff5d94b21 (patch) | |
tree | 8b6c81ba59abc7ddb2259dcc680e47279da9ecdc | |
parent | bd3ad461484092500072ae043fae2b36dcfaec83 (diff) | |
download | uhd-f5a322a8345d5e44836e94422aeae37ff5d94b21.tar.gz uhd-f5a322a8345d5e44836e94422aeae37ff5d94b21.tar.bz2 uhd-f5a322a8345d5e44836e94422aeae37ff5d94b21.zip |
UHD: Make ctrl_iface_impl deconstructor virtual
-rw-r--r-- | host/lib/rfnoc/ctrl_iface.cpp | 2 |
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 |