Applied libusb-1.0 patch set from Thomas Tsou <ttsou@vt.edu>:
[debian/gnuradio] / usrp / host / lib / fusb.cc
index 6e4358f5fa7516c91e52a9d09aac7ac2a6ec0aed..ce4bb7aa9a9ce2c9793add0e1281d159aadd06af 100644 (file)
@@ -31,7 +31,7 @@
 //                          device handle
 // ------------------------------------------------------------------------
 
-fusb_devhandle::fusb_devhandle (usb_dev_handle *udh)
+fusb_devhandle::fusb_devhandle (libusb_device_handle *udh)
   : d_udh (udh)
 {
   // that's it