aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib')
-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
*/