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