diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-08-09 20:48:18 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-08-09 20:48:18 -0400 |
commit | 45502b80d28e2051f5f7780e0c386147f0976798 (patch) | |
tree | 2bd7f2b14c074dc354948f514e0e9af679bd09e2 /gr-digital/lib/additive_scrambler_bb_impl.h | |
parent | 38069c9ac14b44597ee053486ca00838c758a47c (diff) |
digital: converted binary_slicer_fb to new style.
Also removed bytes_to_syms. This had been deprecated for a while.
Diffstat (limited to 'gr-digital/lib/additive_scrambler_bb_impl.h')
-rw-r--r-- | gr-digital/lib/additive_scrambler_bb_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/lib/additive_scrambler_bb_impl.h b/gr-digital/lib/additive_scrambler_bb_impl.h index 51566fb0e3..f094840bfd 100644 --- a/gr-digital/lib/additive_scrambler_bb_impl.h +++ b/gr-digital/lib/additive_scrambler_bb_impl.h @@ -29,7 +29,7 @@ namespace gr { namespace digital { - class DIGITAL_API additive_scrambler_bb_impl + class additive_scrambler_bb_impl : public additive_scrambler_bb { private: |