aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-04-17 22:45:53 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-05-25 21:37:51 +0200
commit818fe66e60fe1610f89afcb4ed16cc8ce13dad54 (patch)
tree1127d3e5815eda56e65ee9171c48e60ec9344481
parent9106fa4ee8d0c0a99b5d54c2f86a9dfe0308a40c (diff)
downloaduhd-818fe66e60fe1610f89afcb4ed16cc8ce13dad54.tar.gz
uhd-818fe66e60fe1610f89afcb4ed16cc8ce13dad54.tar.bz2
uhd-818fe66e60fe1610f89afcb4ed16cc8ce13dad54.zip
Re-add gps_ctrl dtor
-rw-r--r--host/lib/usrp/gps_ctrl.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/host/lib/usrp/gps_ctrl.cpp b/host/lib/usrp/gps_ctrl.cpp
index 1d3d240b5..275883443 100644
--- a/host/lib/usrp/gps_ctrl.cpp
+++ b/host/lib/usrp/gps_ctrl.cpp
@@ -124,6 +124,10 @@ class gps_ctrl_parser {
size_t size() { return gps_data_input.size(); }
};
+gps_ctrl::~gps_ctrl(void){
+ /* NOP */
+}
+
/*!
* A control for GPSDO devices
*/