diff options
Diffstat (limited to 'host/lib/usrp/dboard/db_tvrx2.cpp')
-rw-r--r-- | host/lib/usrp/dboard/db_tvrx2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/dboard/db_tvrx2.cpp b/host/lib/usrp/dboard/db_tvrx2.cpp index 0f1673633..cc1249dee 100644 --- a/host/lib/usrp/dboard/db_tvrx2.cpp +++ b/host/lib/usrp/dboard/db_tvrx2.cpp @@ -763,7 +763,7 @@ class tvrx2 : public rx_dboard_base { public: tvrx2(ctor_args_t args); - virtual ~tvrx2(void); + ~tvrx2(void) override; private: double _freq_scalar; |