summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gr-filter/include/gnuradio/filter/polyphase_filterbank.h2
-rw-r--r--gr-filter/python/filter/bindings/polyphase_filterbank_python.cc2
2 files changed, 1 insertions, 3 deletions
diff --git a/gr-filter/include/gnuradio/filter/polyphase_filterbank.h b/gr-filter/include/gnuradio/filter/polyphase_filterbank.h
index a60417e3d8..289fde0735 100644
--- a/gr-filter/include/gnuradio/filter/polyphase_filterbank.h
+++ b/gr-filter/include/gnuradio/filter/polyphase_filterbank.h
@@ -108,8 +108,6 @@ public:
*/
polyphase_filterbank(unsigned int nfilts, const std::vector<float>& taps);
- polyphase_filterbank(polyphase_filterbank&&) = default;
-
virtual ~polyphase_filterbank() = default;
/*!
diff --git a/gr-filter/python/filter/bindings/polyphase_filterbank_python.cc b/gr-filter/python/filter/bindings/polyphase_filterbank_python.cc
index cb9934065c..a65f94dea5 100644
--- a/gr-filter/python/filter/bindings/polyphase_filterbank_python.cc
+++ b/gr-filter/python/filter/bindings/polyphase_filterbank_python.cc
@@ -14,7 +14,7 @@
/* BINDTOOL_GEN_AUTOMATIC(0) */
/* BINDTOOL_USE_PYGCCXML(0) */
/* BINDTOOL_HEADER_FILE(polyphase_filterbank.h) */
-/* BINDTOOL_HEADER_FILE_HASH(e673704c47c71da031740b78273e34b6) */
+/* BINDTOOL_HEADER_FILE_HASH(0620fc61d0f1e06eff20066e6505076a) */
/***********************************************************************************/
#include <pybind11/complex.h>