diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-02-11 23:17:18 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-02-11 23:17:18 -0500 |
commit | 364404cdd1ddf6e9b8c128490f76bc95a384facd (patch) | |
tree | 0b90d876d30a808b9b7c21c2800120d4ee484c71 /gr-fcd/lib/fcd_source_c_impl.h | |
parent | a64df4e322933006f954c72bccbe53f6ce1a2381 (diff) |
audio: wip: fixing gr-fcd to build with new audio naming.
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 */ }; |