diff options
Diffstat (limited to 'gr-wxgui/lib/histo_sink_f_impl.h')
-rw-r--r-- | gr-wxgui/lib/histo_sink_f_impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-wxgui/lib/histo_sink_f_impl.h b/gr-wxgui/lib/histo_sink_f_impl.h index 98b0fe6706..6c16a8a465 100644 --- a/gr-wxgui/lib/histo_sink_f_impl.h +++ b/gr-wxgui/lib/histo_sink_f_impl.h @@ -23,7 +23,7 @@ #ifndef INCLUDED_GR_HISTO_SINK_F_IMPL_H #define INCLUDED_GR_HISTO_SINK_F_IMPL_H -#include <wxgui/histo_sink_f.h> +#include <gnuradio/wxgui/histo_sink_f.h> namespace gr { namespace wxgui { @@ -31,7 +31,7 @@ namespace gr { class histo_sink_f_impl : public histo_sink_f { private: - gr_msg_queue_sptr d_msgq; + msg_queue::sptr d_msgq; unsigned int d_num_bins; unsigned int d_frame_size; unsigned int d_sample_count; @@ -43,7 +43,7 @@ namespace gr { void clear(void); public: - histo_sink_f_impl(gr_msg_queue_sptr msgq); + histo_sink_f_impl(msg_queue::sptr msgq); ~histo_sink_f_impl(void); int work(int noutput_items, |