aboutsummaryrefslogtreecommitdiffstats
path: root/gr-iio/include/gnuradio/iio/device_source.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_source.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_source.h')
-rw-r--r--gr-iio/include/gnuradio/iio/device_source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-iio/include/gnuradio/iio/device_source.h b/gr-iio/include/gnuradio/iio/device_source.h
index b493eccb0..aa18e3fdc 100644
--- a/gr-iio/include/gnuradio/iio/device_source.h
+++ b/gr-iio/include/gnuradio/iio/device_source.h
@@ -59,7 +59,7 @@ public:
unsigned int buffer_size = DEFAULT_BUFFER_SIZE,
unsigned int decimation = 0);
- 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,