diff options
Diffstat (limited to 'gr-fcd/lib/fcd_source_c_impl.h')
-rw-r--r-- | gr-fcd/lib/fcd_source_c_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fcd/lib/fcd_source_c_impl.h b/gr-fcd/lib/fcd_source_c_impl.h index 378bc4ee2e..56afe2e614 100644 --- a/gr-fcd/lib/fcd_source_c_impl.h +++ b/gr-fcd/lib/fcd_source_c_impl.h @@ -42,7 +42,7 @@ private: friend FCD_API fcd_source_c_sptr fcd_make_source_c(const std::string device_name); - audio_source::sptr fcd; /*!< The audio input source */ + gr::audio::source::sptr fcd; /*!< The audio input source */ int d_freq_corr; /*!< The frequency correction in ppm */ int d_freq_req; /*!< The latest requested frequency in Hz */ }; |