aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Transceiver52M/radioDevice.h2
1 files changed, 2 insertions, 0 deletions
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;