X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fdecodesignal.hpp;h=f961b7c3a740b6bb9bc8a010147da64ce9e814db;hb=d656b01007629b239b51ab34e5a0219ef4f2595a;hp=51745b7baab8a8d3bf1237e80d9fa96bb10a458e;hpb=f54e68b03d5d24c7787962fcc701d8d52b0ec8ab;p=pulseview.git diff --git a/pv/data/decodesignal.hpp b/pv/data/decodesignal.hpp index 51745b7b..f961b7c3 100644 --- a/pv/data/decodesignal.hpp +++ b/pv/data/decodesignal.hpp @@ -82,7 +82,7 @@ struct DecodeSegment // Copy constructor is a no-op DecodeSegment(DecodeSegment&& ds) { (void)ds; }; - map annotation_rows; + map annotation_rows; // Note: Row is the same for all segments while RowData is not pv::util::Timestamp start_time; double samplerate; int64_t samples_decoded_incl, samples_decoded_excl;