aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Foster <nick@nerdnetworks.org>2010-09-30 16:23:21 -0700
committerNick Foster <nick@nerdnetworks.org>2010-09-30 16:23:21 -0700
commitb079d9d1751415139518f34d792200b041aff10b (patch)
tree92d4199be6e68bd5803f42c16d618ac44c7cb287
parent790a5ac665144180cde712d46b799a115bb74e46 (diff)
downloaduhd-b079d9d1751415139518f34d792200b041aff10b.tar.gz
uhd-b079d9d1751415139518f34d792200b041aff10b.tar.bz2
uhd-b079d9d1751415139518f34d792200b041aff10b.zip
Made usb_device_handle UHD_API.
-rw-r--r--host/include/uhd/transport/usb_device_handle.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/transport/usb_device_handle.hpp b/host/include/uhd/transport/usb_device_handle.hpp
index 9bb7db9c4..6f8d868be 100644
--- a/host/include/uhd/transport/usb_device_handle.hpp
+++ b/host/include/uhd/transport/usb_device_handle.hpp
@@ -38,7 +38,7 @@ namespace uhd { namespace transport {
* a true descriptor serial number string. This interface returns the
* actual string descriptor.
*/
-class usb_device_handle : boost::noncopyable {
+class UHD_API usb_device_handle : boost::noncopyable {
public:
typedef boost::shared_ptr<usb_device_handle> sptr;