summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
};
/*!