X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fbinding%2Fdeviceoptions.h;h=b622d9379665a014283bb05eea7799907bd97910;hb=d71bca8b719331690455e3b3aa8aeeba350c9d3a;hp=c2c2917536ab019511f2c4cb71b53cea5f8165d7;hpb=d191508b2cfa24b5cf56c5184e7609353582f972;p=pulseview.git diff --git a/pv/prop/binding/deviceoptions.h b/pv/prop/binding/deviceoptions.h index c2c2917..b622d93 100644 --- a/pv/prop/binding/deviceoptions.h +++ b/pv/prop/binding/deviceoptions.h @@ -47,6 +47,10 @@ private: void bind_time_base(const struct sr_config_info *info); void bind_vdiv(const struct sr_config_info *info); +private: + static const void* enum_getter( + const struct sr_dev_inst *sdi, int key); + protected: struct sr_dev_inst *const _sdi; };