aboutsummaryrefslogtreecommitdiffstats
path: root/lib/osmosdr_snk_iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/osmosdr_snk_iface.h')
-rw-r--r--lib/osmosdr_snk_iface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/osmosdr_snk_iface.h b/lib/osmosdr_snk_iface.h
index 4a45529..bd952d8 100644
--- a/lib/osmosdr_snk_iface.h
+++ b/lib/osmosdr_snk_iface.h
@@ -254,8 +254,8 @@ public:
* \param chan the channel index 0 to N-1
* \return a range of bandwidths in Hz
*/
- virtual osmosdr::meta_range_t get_bandwidth_range( size_t chan = 0 )
- { return osmosdr::meta_range_t(); }
+ virtual osmosdr::freq_range_t get_bandwidth_range( size_t chan = 0 )
+ { return osmosdr::freq_range_t(); }
};
#endif // OSMOSDR_SNK_IFACE_H