]> sigrok.org Git - pulseview.git/blobdiff - pv/prop/binding/deviceoptions.h
Corrected const of DeviceOptions::_sdi
[pulseview.git] / pv / prop / binding / deviceoptions.h
index 340e0d727af4ae67c1b57afc9fe307132d06ffc5..c2c2917536ab019511f2c4cb71b53cea5f8165d7 100644 (file)
@@ -48,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