From 7c22fa5e134cbfc50a36cc99a4ffdf38480183c8 Mon Sep 17 00:00:00 2001 From: Derek Kozel Date: Mon, 26 Nov 2018 01:06:36 +0000 Subject: filter: Fix return value in get_rolloff --- host/include/uhd/types/filters.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/include') diff --git a/host/include/uhd/types/filters.hpp b/host/include/uhd/types/filters.hpp index 21a826892..9879774cc 100644 --- a/host/include/uhd/types/filters.hpp +++ b/host/include/uhd/types/filters.hpp @@ -125,7 +125,7 @@ namespace uhd{ UHD_INLINE double get_rolloff() { - return _cutoff; + return _rolloff; } UHD_INLINE void set_cutoff(const double cutoff) -- cgit v1.2.3