summaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorNick Foster <nick@nerdnetworks.org>2010-11-12 14:21:07 -0800
committerNick Foster <nick@nerdnetworks.org>2010-11-12 14:21:07 -0800
commit6a7ef142fcd3c9036b3c7d915edf16a3ba5dc9df (patch)
tree7df41f04cd42ac67e8ee07472a5fa06768bf78b8 /host/include
parente84b198c0b323f6eab7dd8557d13cab312602e84 (diff)
downloaduhd-6a7ef142fcd3c9036b3c7d915edf16a3ba5dc9df.tar.gz
uhd-6a7ef142fcd3c9036b3c7d915edf16a3ba5dc9df.tar.bz2
uhd-6a7ef142fcd3c9036b3c7d915edf16a3ba5dc9df.zip
while this was legal C++, SWIG hates it
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/types/ranges.hpp3
1 files changed, 2 insertions, 1 deletions
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;
};
/*!