diff options
-rw-r--r-- | gr-analog/include/analog/lfsr.h | 2 | ||||
-rw-r--r-- | gr-analog/include/analog/rotator.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gr-analog/include/analog/lfsr.h b/gr-analog/include/analog/lfsr.h index 9612a9d43..5cf2ec70d 100644 --- a/gr-analog/include/analog/lfsr.h +++ b/gr-analog/include/analog/lfsr.h @@ -86,7 +86,7 @@ namespace gr { * See http://en.wikipedia.org/wiki/Scrambler for operation of these * last two functions (see multiplicative scrambler.) */ - class ANALOG_API lfsr + class lfsr { private: uint32_t d_shift_register; diff --git a/gr-analog/include/analog/rotator.h b/gr-analog/include/analog/rotator.h index 7f7bae222..ee3849eae 100644 --- a/gr-analog/include/analog/rotator.h +++ b/gr-analog/include/analog/rotator.h @@ -29,7 +29,7 @@ namespace gr { namespace analog { - class ANALOG_API rotator + class rotator { private: gr_complex d_phase; |