X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fbinding%2Fdeviceoptions.h;fp=pv%2Fprop%2Fbinding%2Fdeviceoptions.h;h=445361fd6f80467421d2e90c303719643862268f;hp=341d3d93ded3973b895aa2e5a29f383109b09adf;hb=2445160a5d1eb98196d2a1d57246d4c37dd13811;hpb=9f46d9058be2cc2b11ccecb0ba4c4f61d55bec1a diff --git a/pv/prop/binding/deviceoptions.h b/pv/prop/binding/deviceoptions.h index 341d3d93..445361fd 100644 --- a/pv/prop/binding/deviceoptions.h +++ b/pv/prop/binding/deviceoptions.h @@ -31,7 +31,7 @@ #include struct sr_dev_inst; -struct sr_probe_group; +struct sr_channel_group; namespace pv { @@ -46,7 +46,7 @@ class DeviceOptions : public Binding { public: DeviceOptions(boost::shared_ptr dev_inst, - const sr_probe_group *group = NULL); + const sr_channel_group *group = NULL); private: void bind_bool(const QString &name, int key); @@ -62,7 +62,7 @@ private: protected: boost::shared_ptr _dev_inst; - const sr_probe_group *const _group; + const sr_channel_group *const _group; }; } // binding