diff options
author | Tom Rondeau | 2011-10-19 11:07:55 -0700 |
---|---|---|
committer | Tom Rondeau | 2011-10-19 11:07:55 -0700 |
commit | 5f35546ced679cc41e21a5858e18908b64e38956 (patch) | |
tree | e59365e66f4298c11ee38be9b4f3955430d234bf /gr-uhd/swig | |
parent | cfba63c8dbe0d0b998f58f49d14fc43c290e7cfb (diff) | |
download | gnuradio-5f35546ced679cc41e21a5858e18908b64e38956.tar.gz gnuradio-5f35546ced679cc41e21a5858e18908b64e38956.tar.bz2 gnuradio-5f35546ced679cc41e21a5858e18908b64e38956.zip |
uhd: fixed swig file to make guile build happy.
Diffstat (limited to 'gr-uhd/swig')
-rw-r--r-- | gr-uhd/swig/uhd_swig.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/swig/uhd_swig.i b/gr-uhd/swig/uhd_swig.i index 37ff831bd..7e612907c 100644 --- a/gr-uhd/swig/uhd_swig.i +++ b/gr-uhd/swig/uhd_swig.i @@ -105,7 +105,7 @@ GR_SWIG_BLOCK_MAGIC(uhd,amsg_source) // device discovery (no need to %include device.hpp) //////////////////////////////////////////////////////////////////////// %{ -static uhd::device_addrs_t find_devices_raw(const uhd::device_addr_t &dev_addr){ +static uhd::device_addrs_t find_devices_raw(const uhd::device_addr_t &dev_addr = uhd::device_addr_t()){ return uhd::device::find(dev_addr); } %} |