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/transcendental.h | |
parent | 4d0a64ff38ef85b65ec81e47abc186967faa956d (diff) |
blocks: fix borked global search and replace
Diffstat (limited to 'gr-blocks/include/gnuradio/blocks/transcendental.h')
-rw-r--r-- | gr-blocks/include/gnuradio/blocks/transcendental.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/include/gnuradio/blocks/transcendental.h b/gr-blocks/include/gnuradio/blocks/transcendental.h index 9d7a1e70e2..cc7f6897d9 100644 --- a/gr-blocks/include/gnuradio/blocks/transcendental.h +++ b/gr-blocks/include/gnuradio/blocks/transcendental.h @@ -45,7 +45,7 @@ namespace gr { class BLOCKS_API transcendental : virtual public sync_block { public: - // gr::gnuradio/blocks::transcendental::sptr + // gr::blocks::transcendental::sptr typedef boost::shared_ptr<transcendental> sptr; static sptr make(const std::string &name, |