diff options
author | Marcus Müller <mmueller@gnuradio.org> | 2021-07-17 15:17:07 +0200 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-08-02 07:02:37 -0400 |
commit | 60580c0f485aa6790bc8d19c5d76bd3fc0e3d0cc (patch) | |
tree | 92a7f2f7c6fa55b2911ee314fdd4796e51d83545 /gr-iio/python/iio/bindings/fmcomms2_source_python.cc | |
parent | 001a949262436cc42d06976f6ba9b48ec8ad607d (diff) |
iio: Remove struct specifier (not necessary in C++, clutters a bit)
Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
Diffstat (limited to 'gr-iio/python/iio/bindings/fmcomms2_source_python.cc')
-rw-r--r-- | gr-iio/python/iio/bindings/fmcomms2_source_python.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-iio/python/iio/bindings/fmcomms2_source_python.cc b/gr-iio/python/iio/bindings/fmcomms2_source_python.cc index 86ad9b7867..636c4127d9 100644 --- a/gr-iio/python/iio/bindings/fmcomms2_source_python.cc +++ b/gr-iio/python/iio/bindings/fmcomms2_source_python.cc @@ -14,7 +14,7 @@ /* BINDTOOL_GEN_AUTOMATIC(0) */ /* BINDTOOL_USE_PYGCCXML(0) */ /* BINDTOOL_HEADER_FILE(fmcomms2_source.h) */ -/* BINDTOOL_HEADER_FILE_HASH(d42f0dcf19e3ece400da638d3d95e61c) */ +/* BINDTOOL_HEADER_FILE_HASH(79999a9f1335aa4bc5043ddf033a0e38) */ /***********************************************************************************/ #include <pybind11/complex.h> |