From 9c436f72cd065c172b04bcefcca71e80591059c6 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 18 Mar 2010 21:50:56 -0800 Subject: compiling under msvc (no idea if it works) --- host/include/uhd/config.hpp | 0 host/include/uhd/gain_handler.hpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 host/include/uhd/config.hpp (limited to 'host/include') diff --git a/host/include/uhd/config.hpp b/host/include/uhd/config.hpp old mode 100755 new mode 100644 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 }; -- cgit v1.2.3