summaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-03-18 21:50:56 -0800
committerJosh Blum <josh@joshknows.com>2010-03-18 21:50:56 -0800
commit9c436f72cd065c172b04bcefcca71e80591059c6 (patch)
tree18f8c1c53622cc6009f06ed48e73143e3257ce9f /host/include
parent35bcf1c6e696c9f05297c39ba05b4117dfeb8e17 (diff)
downloaduhd-9c436f72cd065c172b04bcefcca71e80591059c6.tar.gz
uhd-9c436f72cd065c172b04bcefcca71e80591059c6.tar.bz2
uhd-9c436f72cd065c172b04bcefcca71e80591059c6.zip
compiling under msvc (no idea if it works)
Diffstat (limited to 'host/include')
-rw-r--r--[-rwxr-xr-x]host/include/uhd/config.hpp0
-rw-r--r--host/include/uhd/gain_handler.hpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/config.hpp b/host/include/uhd/config.hpp
index 10f9c093f..10f9c093f 100755..100644
--- a/host/include/uhd/config.hpp
+++ b/host/include/uhd/config.hpp
diff --git a/host/include/uhd/gain_handler.hpp b/host/include/uhd/gain_handler.hpp
index faf932324..65d6cecf9 100644
--- a/host/include/uhd/gain_handler.hpp
+++ b/host/include/uhd/gain_handler.hpp
@@ -33,7 +33,7 @@ public:
/*!
* A set of properties for dealing with gains.
*/
- struct props_t{
+ struct UHD_API props_t{
wax::obj value, range, names;
props_t(void); //default constructor
};