summaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-09-09 14:10:49 -0700
committerJosh Blum <josh@joshknows.com>2011-09-28 10:32:05 -0700
commit80827397048ee8fcb7e1a14b3a0030b10eb554d2 (patch)
tree01f76b4a39cdc109b54063e54a34986088e4a4df /host/include
parent25494489bf8b7c60875ea355d29323bcfffd604b (diff)
downloaduhd-80827397048ee8fcb7e1a14b3a0030b10eb554d2.tar.gz
uhd-80827397048ee8fcb7e1a14b3a0030b10eb554d2.tar.bz2
uhd-80827397048ee8fcb7e1a14b3a0030b10eb554d2.zip
usrp: add gps control to the API
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/usrp/gps_ctrl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/usrp/gps_ctrl.hpp b/host/include/uhd/usrp/gps_ctrl.hpp
index 3b643a30c..0c1389d48 100644
--- a/host/include/uhd/usrp/gps_ctrl.hpp
+++ b/host/include/uhd/usrp/gps_ctrl.hpp
@@ -27,7 +27,7 @@
namespace uhd{
-class gps_ctrl : boost::noncopyable{
+class UHD_API gps_ctrl : boost::noncopyable{
public:
typedef boost::shared_ptr<gps_ctrl> sptr;