summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/flat_flowgraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/lib/flat_flowgraph.h')
-rw-r--r--gnuradio-runtime/lib/flat_flowgraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/flat_flowgraph.h b/gnuradio-runtime/lib/flat_flowgraph.h
index fad14279ae..d0b3a3ae64 100644
--- a/gnuradio-runtime/lib/flat_flowgraph.h
+++ b/gnuradio-runtime/lib/flat_flowgraph.h
@@ -45,7 +45,7 @@ namespace gr {
friend GR_RUNTIME_API flat_flowgraph_sptr make_flat_flowgraph();
// Destruct an arbitrary gr::flat_flowgraph
- ~flat_flowgraph();
+ virtual ~flat_flowgraph();
// Wire list of gr::block together in new flat_flowgraph
void setup_connections();