commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 06/16: filter: exporting IIR filter kernels


From: git
Subject: [Commit-gnuradio] [gnuradio] 06/16: filter: exporting IIR filter kernels from library.
Date: Sun, 29 Mar 2015 02:27:25 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch master
in repository gnuradio.

commit be1ff60726e54eba576221993ac8de4ba094ea6e
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 22 09:16:08 2015 -0400

    filter: exporting IIR filter kernels from library.
---
 gr-filter/include/gnuradio/filter/iir_filter.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gr-filter/include/gnuradio/filter/iir_filter.h 
b/gr-filter/include/gnuradio/filter/iir_filter.h
index d0cefc3..0f21472 100644
--- a/gr-filter/include/gnuradio/filter/iir_filter.h
+++ b/gr-filter/include/gnuradio/filter/iir_filter.h
@@ -79,7 +79,7 @@ namespace gr {
        * \endcode
        */
       template<class i_type, class o_type, class tap_type, class acc_type>
-      class iir_filter
+      class FILTER_API iir_filter
       {
       public:
        /*!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]