summaryrefslogtreecommitdiff
path: root/gr-digital/lib/interpolating_resampler.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-digital/lib/interpolating_resampler.h')
-rw-r--r--gr-digital/lib/interpolating_resampler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-digital/lib/interpolating_resampler.h b/gr-digital/lib/interpolating_resampler.h
index 2c64667ebc..439b46ac3b 100644
--- a/gr-digital/lib/interpolating_resampler.h
+++ b/gr-digital/lib/interpolating_resampler.h
@@ -160,7 +160,7 @@ public:
* \param taps Prototype filter for the polyphase filter bank. Only
* needed for some types.
*/
- static interpolating_resampler_ccf*
+ static std::unique_ptr<interpolating_resampler_ccf>
make(enum ir_type type,
bool derivative = false,
int nfilts = 32,
@@ -222,7 +222,7 @@ public:
* \param taps Prototype filter for the polyphase filter bank. Only
* needed for some types.
*/
- static interpolating_resampler_fff*
+ static std::unique_ptr<interpolating_resampler_fff>
make(enum ir_type type,
bool derivative = false,
int nfilts = 32,