commit-gnuradio
[Top][All Lists]
Advanced

[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);
   };
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]