aboutsummaryrefslogtreecommitdiffstats
path: root/gr-iio/include/gnuradio/iio/device_sink.h
diff options
context:
space:
mode:
authorMarcus Müller <mmueller@gnuradio.org>2021-07-17 15:17:07 +0200
committermormj <34754695+mormj@users.noreply.github.com>2021-08-02 07:02:37 -0400
commit60580c0f485aa6790bc8d19c5d76bd3fc0e3d0cc (patch)
tree92a7f2f7c6fa55b2911ee314fdd4796e51d83545 /gr-iio/include/gnuradio/iio/device_sink.h
parentruntime: remove tag_checker (diff)
downloadgnuradio-60580c0f485aa6790bc8d19c5d76bd3fc0e3d0cc.tar.xz
gnuradio-60580c0f485aa6790bc8d19c5d76bd3fc0e3d0cc.zip
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/include/gnuradio/iio/device_sink.h')
-rw-r--r--gr-iio/include/gnuradio/iio/device_sink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-iio/include/gnuradio/iio/device_sink.h b/gr-iio/include/gnuradio/iio/device_sink.h
index 10d02a68a..bf9d5f1d9 100644
--- a/gr-iio/include/gnuradio/iio/device_sink.h
+++ b/gr-iio/include/gnuradio/iio/device_sink.h
@@ -65,7 +65,7 @@ public:
unsigned int interpolation = 0,
bool cyclic = false);
- static sptr make_from(struct iio_context* ctx,
+ static sptr make_from(iio_context* ctx,
const std::string& device,
const std::vector<std::string>& channels,
const std::string& device_phy,