From 8c33679fa58de67b4b2557d5f4a694d1451c514f Mon Sep 17 00:00:00 2001 From: Thomas Tsou Date: Fri, 15 Nov 2013 16:26:05 -0500 Subject: Transceiver52M: Add virtual destructor for radio device Empty destructor removes compile warning. Signed-off-by: Thomas Tsou --- Transceiver52M/radioDevice.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Transceiver52M/radioDevice.h b/Transceiver52M/radioDevice.h index 10a0b4d..6fd10db 100644 --- a/Transceiver52M/radioDevice.h +++ b/Transceiver52M/radioDevice.h @@ -43,6 +43,8 @@ class RadioDevice { /** Initialize the USRP */ virtual int open(const std::string &args = "", bool extref = false)=0; + virtual ~RadioDevice() { } + /** Start the USRP */ virtual bool start()=0; -- cgit v1.2.3