diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-06-09 10:25:41 -0400 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-06-09 10:25:41 -0400 |
commit | 79bee5a422e5f7d66953f3d235faf6f9f2a7ae90 (patch) | |
tree | bf270004e61fe301d6de6d1af344e134fde4cc81 /gr-blocks/include/gnuradio/blocks/complex_to_mag.h | |
parent | 4d0a64ff38ef85b65ec81e47abc186967faa956d (diff) |
blocks: fix borked global search and replace
Diffstat (limited to 'gr-blocks/include/gnuradio/blocks/complex_to_mag.h')
-rw-r--r-- | gr-blocks/include/gnuradio/blocks/complex_to_mag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/include/gnuradio/blocks/complex_to_mag.h b/gr-blocks/include/gnuradio/blocks/complex_to_mag.h index fcb1fe66ca..9089b7ce6f 100644 --- a/gr-blocks/include/gnuradio/blocks/complex_to_mag.h +++ b/gr-blocks/include/gnuradio/blocks/complex_to_mag.h @@ -36,7 +36,7 @@ namespace gr { class BLOCKS_API complex_to_mag : virtual public sync_block { public: - // gr::gnuradio/blocks::complex_to_mag_ff::sptr + // gr::blocks::complex_to_mag_ff::sptr typedef boost::shared_ptr<complex_to_mag> sptr; /*! |