|
From: | git |
Subject: | [Commit-gnuradio] [gnuradio] 15/21: controlport: fixing complaints about no non-virtual dtor. |
Date: | Sat, 9 May 2015 14:05:37 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script. trondeau pushed a commit to branch android in repository gnuradio. commit bc136eba75720f3d3d281ed629c2b1876772fa73 Author: Tom Rondeau <address@hidden> Date: Tue Apr 28 14:54:39 2015 -0400 controlport: fixing complaints about no non-virtual dtor. --- gnuradio-runtime/include/gnuradio/rpcpmtconverters_thrift.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gnuradio-runtime/include/gnuradio/rpcpmtconverters_thrift.h b/gnuradio-runtime/include/gnuradio/rpcpmtconverters_thrift.h index 6523165..d55e7eb 100644 --- a/gnuradio-runtime/include/gnuradio/rpcpmtconverters_thrift.h +++ b/gnuradio-runtime/include/gnuradio/rpcpmtconverters_thrift.h @@ -34,6 +34,7 @@ namespace rpcpmtconverter struct to_pmt_f { to_pmt_f() {;} + virtual ~to_pmt_f() {} virtual pmt::pmt_t operator()(const GNURadio::Knob& knob); };
[Prev in Thread] | Current Thread | [Next in Thread] |