X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Fdecoder.hpp;h=86a371f26c67c11d72abfe80a3715cf2292921ae;hb=cf1541a18fcd007c9965a3199b9c4f917856b292;hp=6e11e83f374e23e4c4487ff2cd2148fbb0143ddc;hpb=1e948182f3f9353bd74875a37cacc833312a8c8e;p=pulseview.git diff --git a/pv/data/decode/decoder.hpp b/pv/data/decode/decoder.hpp index 6e11e83f..86a371f2 100644 --- a/pv/data/decode/decoder.hpp +++ b/pv/data/decode/decoder.hpp @@ -82,7 +82,7 @@ struct DecodeChannel uint16_t id; ///< Global numerical ID for the decode channels in the stack uint16_t bit_id; ///< Tells which bit within a sample represents this channel const bool is_optional; - const pv::data::SignalBase *assigned_signal; + shared_ptr assigned_signal; const QString name, desc; int initial_pin_state; const shared_ptr decoder_;