diff options
Diffstat (limited to 'gr-qtgui/lib/const_sink_c_impl.cc')
-rw-r--r-- | gr-qtgui/lib/const_sink_c_impl.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gr-qtgui/lib/const_sink_c_impl.cc b/gr-qtgui/lib/const_sink_c_impl.cc index 547530c823..808312e8a7 100644 --- a/gr-qtgui/lib/const_sink_c_impl.cc +++ b/gr-qtgui/lib/const_sink_c_impl.cc @@ -81,6 +81,12 @@ namespace gr { } } + bool + const_sink_c_impl::check_topology(int ninputs, int noutputs) + { + return ninputs == d_nconnections; + } + void const_sink_c_impl::initialize() { |