diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-01-18 13:54:48 -0800 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2019-01-22 18:16:59 -0800 |
commit | ec2cad0346a7e459222d976a2cb4de34339aa3ae (patch) | |
tree | 8fe7e1a69588c3baf1a2c02b4040c8bee48e014c /host/lib/rfnoc/nocscript/parser.cpp | |
parent | 04722ba053fa6225c5a71d34316cbac093b87f66 (diff) | |
download | uhd-ec2cad0346a7e459222d976a2cb4de34339aa3ae.tar.gz uhd-ec2cad0346a7e459222d976a2cb4de34339aa3ae.tar.bz2 uhd-ec2cad0346a7e459222d976a2cb4de34339aa3ae.zip |
lib: rfnoc: Add some missing virtual destructors
Diffstat (limited to 'host/lib/rfnoc/nocscript/parser.cpp')
-rw-r--r-- | host/lib/rfnoc/nocscript/parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/rfnoc/nocscript/parser.cpp b/host/lib/rfnoc/nocscript/parser.cpp index f34d475ba..51a544e47 100644 --- a/host/lib/rfnoc/nocscript/parser.cpp +++ b/host/lib/rfnoc/nocscript/parser.cpp @@ -34,7 +34,7 @@ public: // nop } - ~parser_impl(){}; + virtual ~parser_impl() {} /****************************************************************** |