diff options
Diffstat (limited to 'gr-blocks/include/gnuradio/blocks/message_burst_source.h')
-rw-r--r-- | gr-blocks/include/gnuradio/blocks/message_burst_source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/include/gnuradio/blocks/message_burst_source.h b/gr-blocks/include/gnuradio/blocks/message_burst_source.h index 0e7527cbe0..91d8b55145 100644 --- a/gr-blocks/include/gnuradio/blocks/message_burst_source.h +++ b/gr-blocks/include/gnuradio/blocks/message_burst_source.h @@ -37,7 +37,7 @@ namespace gr { class BLOCKS_API message_burst_source : virtual public sync_block { public: - // gr::gnuradio/blocks::message_source::sptr + // gr::blocks::message_source::sptr typedef boost::shared_ptr<message_burst_source> sptr; static sptr make(size_t itemsize, int msgq_limit); |