diff options
author | Josh Blum <josh@joshknows.com> | 2011-01-26 11:36:07 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-01-26 11:36:07 -0800 |
commit | 8c9e90c71bbe034b09c16dbe049e7414c415823f (patch) | |
tree | 30bf3c1ded1b0758e27ce37c00174ef7215130d9 | |
parent | 0269fa2ab30c2827ca1c4cbfd581df5c24c9d4f6 (diff) | |
download | uhd-8c9e90c71bbe034b09c16dbe049e7414c415823f.tar.gz uhd-8c9e90c71bbe034b09c16dbe049e7414c415823f.tar.bz2 uhd-8c9e90c71bbe034b09c16dbe049e7414c415823f.zip |
uhd: added missing API export for special props
-rw-r--r-- | host/include/uhd/usrp/dboard_iface.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/usrp/dboard_iface.hpp b/host/include/uhd/usrp/dboard_iface.hpp index b28e50082..c5898365d 100644 --- a/host/include/uhd/usrp/dboard_iface.hpp +++ b/host/include/uhd/usrp/dboard_iface.hpp @@ -29,7 +29,7 @@ namespace uhd{ namespace usrp{ //! Special properties that differentiate this daughterboard slot -struct dboard_iface_special_props_t{ +struct UHD_API dboard_iface_special_props_t{ /*! * Soft clock divider: * When a motherboard cannot provided a divided dboard clock, |