diff options
author | Josh Blum <josh@joshknows.com> | 2010-09-22 17:40:02 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-09-22 17:40:02 -0700 |
commit | 2831c9313d09685090cea531a177469b57792c9a (patch) | |
tree | 6d770f8d9013b611ca6d34171ccecef9061f2772 /gr-uhd/lib/uhd_single_usrp_source.h | |
parent | 385eafd8559b90a027604dd5c0ab734bea54f6d8 (diff) |
uhd: tweaks and fixes, single wrapper working
Diffstat (limited to 'gr-uhd/lib/uhd_single_usrp_source.h')
-rw-r--r-- | gr-uhd/lib/uhd_single_usrp_source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/lib/uhd_single_usrp_source.h b/gr-uhd/lib/uhd_single_usrp_source.h index 6634a9c2ab..5da7e2b9ab 100644 --- a/gr-uhd/lib/uhd_single_usrp_source.h +++ b/gr-uhd/lib/uhd_single_usrp_source.h @@ -27,7 +27,7 @@ class uhd_single_usrp_source; -boost::shared_ptr<uhd_single_usrp_source> uhd_make_single_source( +boost::shared_ptr<uhd_single_usrp_source> uhd_make_single_usrp_source( const std::string &args, const uhd::io_type_t::tid_t &type ); |