diff options
Diffstat (limited to 'gr-qtgui/lib/edit_box_msg_impl.h')
-rw-r--r-- | gr-qtgui/lib/edit_box_msg_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-qtgui/lib/edit_box_msg_impl.h b/gr-qtgui/lib/edit_box_msg_impl.h index c60b3de9b0..35e86f79e9 100644 --- a/gr-qtgui/lib/edit_box_msg_impl.h +++ b/gr-qtgui/lib/edit_box_msg_impl.h @@ -55,6 +55,7 @@ namespace gr { QComboBox *d_type_box; pmt::pmt_t d_msg; + const pmt::pmt_t d_port; public: edit_box_msg_impl(gr::qtgui::data_type_t type, |