diff options
author | michael-west <michael.west@ettus.com> | 2018-04-30 10:43:04 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-04-30 11:00:30 -0700 |
commit | 679e4949479678d5a12842e82fe922872f6198bf (patch) | |
tree | b2d718d5e9fabb94b78d3cebb24226859b89a71e /host/lib/include/uhdlib | |
parent | 5316636fb9400bc68c7f014a851b6bff001bc5b3 (diff) | |
download | uhd-679e4949479678d5a12842e82fe922872f6198bf.tar.gz uhd-679e4949479678d5a12842e82fe922872f6198bf.tar.bz2 uhd-679e4949479678d5a12842e82fe922872f6198bf.zip |
fixup! rfnoc: ctrl_iface cleanup
Diffstat (limited to 'host/lib/include/uhdlib')
-rw-r--r-- | host/lib/include/uhdlib/rfnoc/ctrl_iface.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/include/uhdlib/rfnoc/ctrl_iface.hpp b/host/lib/include/uhdlib/rfnoc/ctrl_iface.hpp index d89dea534..deb58f14c 100644 --- a/host/lib/include/uhdlib/rfnoc/ctrl_iface.hpp +++ b/host/lib/include/uhdlib/rfnoc/ctrl_iface.hpp @@ -21,7 +21,7 @@ class ctrl_iface { public: typedef boost::shared_ptr<ctrl_iface> sptr; - virtual ~ctrl_iface(void) = 0; + virtual ~ctrl_iface(void) {} /*! Make a new control object * |