changes to build on windows / cygwin
[debian/gnuradio] / usrp / host / lib / fusb.h
index 00bdffcc017a98631b4f553fa198e2a853b85733..341e570a431a92b676163e5176ab7c54ffb0dea2 100644 (file)
@@ -65,7 +65,7 @@ public:
                                        int block_size = 0, int nblocks = 0) = 0;
   
   // ACCESSORS
-  libusb_device_handle *get_libusb_device_handle () const { return d_udh; }
+  libusb_device_handle *get_usb_dev_handle () const { return d_udh; }
 };