diff options
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 6634a9c2a..5da7e2b9a 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 ); |