summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gr-uhd/swig/uhd_swig.i2
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);
}
%}