From fd3783c82e3db7ef42227051e480d4f2f7faacbf Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sun, 3 Mar 2013 16:32:46 +0000 Subject: [PATCH] Corrected const of DeviceOptions::_sdi --- pv/prop/binding/deviceoptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pv/prop/binding/deviceoptions.h b/pv/prop/binding/deviceoptions.h index 340e0d72..c2c29175 100644 --- a/pv/prop/binding/deviceoptions.h +++ b/pv/prop/binding/deviceoptions.h @@ -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 -- 2.30.2