X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fbinding%2Fdeviceoptions.h;h=c2c2917536ab019511f2c4cb71b53cea5f8165d7;hp=ce0799b5f09a2c2be1cb5f8a239cf031d9e539cc;hb=d191508b2cfa24b5cf56c5184e7609353582f972;hpb=3820592a018c777727a6e65bd754d113742f4462 diff --git a/pv/prop/binding/deviceoptions.h b/pv/prop/binding/deviceoptions.h index ce0799b5..c2c29175 100644 --- a/pv/prop/binding/deviceoptions.h +++ b/pv/prop/binding/deviceoptions.h @@ -23,9 +23,7 @@ #include -extern "C" { #include -} #include "binding.h" @@ -50,7 +48,7 @@ private: void bind_vdiv(const struct sr_config_info *info); protected: - const struct sr_dev_inst *_sdi; + struct sr_dev_inst *const _sdi; }; } // binding