X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fsigsession.h;h=259356eef263b655a50c83ddb2da9604ac19cfa2;hp=68b14e11036f491d0acb6b19dad7717271566b4a;hb=bc5c1a99be1dbbad5263ce9852f38b5c31ce1c4a;hpb=8a67bd9e5199279ac976412a66b5f6cbfdfc17ea diff --git a/pv/sigsession.h b/pv/sigsession.h index 68b14e11..259356ee 100644 --- a/pv/sigsession.h +++ b/pv/sigsession.h @@ -82,10 +82,10 @@ private: uint64_t record_length, uint64_t sample_rate); void data_feed_in(const struct sr_dev_inst *sdi, - struct sr_datafeed_packet *packet); + const struct sr_datafeed_packet *packet); static void data_feed_in_proc(const struct sr_dev_inst *sdi, - struct sr_datafeed_packet *packet); + const struct sr_datafeed_packet *packet); private: mutable boost::mutex _state_mutex;