summaryrefslogtreecommitdiff
path: root/usrp/host/lib/fusb_sysconfig_ra_wb.cc
diff options
context:
space:
mode:
Diffstat (limited to 'usrp/host/lib/fusb_sysconfig_ra_wb.cc')
-rw-r--r--usrp/host/lib/fusb_sysconfig_ra_wb.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usrp/host/lib/fusb_sysconfig_ra_wb.cc b/usrp/host/lib/fusb_sysconfig_ra_wb.cc
index 9da831fd5..c527e3099 100644
--- a/usrp/host/lib/fusb_sysconfig_ra_wb.cc
+++ b/usrp/host/lib/fusb_sysconfig_ra_wb.cc
@@ -1,6 +1,6 @@
/* -*- c++ -*- */
/*
- * Copyright 2003,2006 Free Software Foundation, Inc.
+ * Copyright 2003,2006,2009 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
@@ -31,7 +31,7 @@ static const int MAX_BLOCK_SIZE = 64 * 1024;
static const int FUSB_BUFFER_SIZE = 256 * (1L << 10); // 256 kB
fusb_devhandle *
-fusb_sysconfig::make_devhandle (usb_dev_handle *udh)
+fusb_sysconfig::make_devhandle (usb_dev_handle *udh, libusb_context *ctx)
{
return new fusb_devhandle_ra_wb (udh);
}