From: Joel Holdsworth Date: Sun, 3 Mar 2013 16:32:46 +0000 (+0000) Subject: Corrected const of DeviceOptions::_sdi X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=fd3783c82e3db7ef42227051e480d4f2f7faacbf Corrected const of DeviceOptions::_sdi --- diff --git a/pv/prop/binding/deviceoptions.h b/pv/prop/binding/deviceoptions.h index 340e0d7..c2c2917 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