From 72a21ba84cffc04e3af178c4e9c7cb59f49b6520 Mon Sep 17 00:00:00 2001 From: Andrew Lynch Date: Wed, 3 Oct 2018 16:48:03 -0500 Subject: multi_usrp: move definition of constants ALL_MBOARDS and ALL_CHANS will be exported on GCC and MSVC --- host/include/uhd/usrp/multi_usrp.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/include') diff --git a/host/include/uhd/usrp/multi_usrp.hpp b/host/include/uhd/usrp/multi_usrp.hpp index 9e098d3e1..efb4b5eed 100644 --- a/host/include/uhd/usrp/multi_usrp.hpp +++ b/host/include/uhd/usrp/multi_usrp.hpp @@ -100,10 +100,10 @@ public: virtual ~multi_usrp(void) = 0; //! A wildcard motherboard index - static const size_t ALL_MBOARDS = size_t(~0); + static const size_t ALL_MBOARDS; //! A wildcard channel index - static const size_t ALL_CHANS = size_t(~0); + static const size_t ALL_CHANS; //! A wildcard gain element name static const std::string ALL_GAINS; -- cgit v1.2.3