[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 06/14: controlport: fixing complaints about
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 06/14: controlport: fixing complaints about no non-virtual dtor. |
Date: |
Wed, 6 May 2015 21:31:03 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a commit to branch master
in repository gnuradio.
commit 49627c5372a253346577e8fec5ebe8e7cedbd4b9
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);
};
- [Commit-gnuradio] [gnuradio] branch master updated (06a7a77 -> a693941), git, 2015/05/06
- [Commit-gnuradio] [gnuradio] 01/14: Print scan rate, git, 2015/05/06
- [Commit-gnuradio] [gnuradio] 08/14: controlport: this fixes a complaint by newer versions of Boost., git, 2015/05/06
- [Commit-gnuradio] [gnuradio] 06/14: controlport: fixing complaints about no non-virtual dtor.,
git <=
- [Commit-gnuradio] [gnuradio] 09/14: Merge branch 'maint', git, 2015/05/06
- [Commit-gnuradio] [gnuradio] 02/14: uhd: Fixes for CID 1296559 and 1090067 and more, git, 2015/05/06
- [Commit-gnuradio] [gnuradio] 05/14: controlport: build: allowing ControlPort and probes in static builds., git, 2015/05/06
- [Commit-gnuradio] [gnuradio] 04/14: uhd: Updated frequency hopping example to do DSP tuning only, git, 2015/05/06
- [Commit-gnuradio] [gnuradio] 12/14: Merge remote-tracking branch 'mbant/uhd/cids-59-67-master', git, 2015/05/06
- [Commit-gnuradio] [gnuradio] 10/14: Merge remote-tracking branch 'ckuethe/spectrum_sense', git, 2015/05/06
- [Commit-gnuradio] [gnuradio] 11/14: Merge remote-tracking branch 'trondeau/controlport/cleaning_up', git, 2015/05/06
- [Commit-gnuradio] [gnuradio] 07/14: controlport: android: cleaning up; better logs; help to support android., git, 2015/05/06
- [Commit-gnuradio] [gnuradio] 13/14: Merge remote-tracking branch 'mbant/uhd/message_updates', git, 2015/05/06
- [Commit-gnuradio] [gnuradio] 14/14: uhd: changing uhd_msg_tune example to use other forms of setting parameters., git, 2015/05/06