diff options
author | Marcus Müller <mmueller@gnuradio.org> | 2020-10-30 18:22:33 +0100 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2020-11-03 14:07:23 -0500 |
commit | 0ddc7dbc95ca6fb4c4a62a3c027104d6dd71fc3b (patch) | |
tree | b454053fdc123711f3011b8a703de38e1d783ba3 /gr-fec/python/fec/bindings/cc_encoder_python.cc | |
parent | 1cfd6287635e339b313e1826fdfda23f474c91c8 (diff) |
modernization: `override` instead of virtual in all compilation units
Diffstat (limited to 'gr-fec/python/fec/bindings/cc_encoder_python.cc')
-rw-r--r-- | gr-fec/python/fec/bindings/cc_encoder_python.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fec/python/fec/bindings/cc_encoder_python.cc b/gr-fec/python/fec/bindings/cc_encoder_python.cc index cc2d5a23f1..9046dd3366 100644 --- a/gr-fec/python/fec/bindings/cc_encoder_python.cc +++ b/gr-fec/python/fec/bindings/cc_encoder_python.cc @@ -14,7 +14,7 @@ /* BINDTOOL_GEN_AUTOMATIC(0) */ /* BINDTOOL_USE_PYGCCXML(0) */ /* BINDTOOL_HEADER_FILE(cc_encoder.h) */ -/* BINDTOOL_HEADER_FILE_HASH(0012480be9e18c56f608155020854004) */ +/* BINDTOOL_HEADER_FILE_HASH(2b4aba14a3c36a6785dcb751e587b6e1) */ /***********************************************************************************/ #include <pybind11/complex.h> |