From 6a7ef142fcd3c9036b3c7d915edf16a3ba5dc9df Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Fri, 12 Nov 2010 14:21:07 -0800 Subject: while this was legal C++, SWIG hates it --- host/include/uhd/types/ranges.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'host/include') diff --git a/host/include/uhd/types/ranges.hpp b/host/include/uhd/types/ranges.hpp index c10c36ccf..623bdca19 100644 --- a/host/include/uhd/types/ranges.hpp +++ b/host/include/uhd/types/ranges.hpp @@ -55,7 +55,8 @@ namespace uhd{ //! Get the step value for this range. const T step(void) const; - private: UHD_PIMPL_DECL(impl) _impl; + private: + UHD_PIMPL_DECL(impl) _impl; }; /*! -- cgit v1.2.3