X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Frowdata.hpp;h=01ea94f4586c7390601c28ea61e68c76a5ca960d;hb=761f8302350c52f2cf357f49e1084e7101c70497;hp=4454d691e58d060e1bbb93481673b17293b7f9e8;hpb=5a9146acd1a3ec81ff74e108f50d5b2885ff21a1;p=pulseview.git diff --git a/pv/data/decode/rowdata.hpp b/pv/data/decode/rowdata.hpp index 4454d691..01ea94f4 100644 --- a/pv/data/decode/rowdata.hpp +++ b/pv/data/decode/rowdata.hpp @@ -49,8 +49,7 @@ public: * Note: The annotations are unsorted and only annotations that fully * fit into the sample range are considered. */ - void get_annotation_subset( - vector &dest, + void get_annotation_subset(deque &dest, uint64_t start_sample, uint64_t end_sample) const; void emplace_annotation(srd_proto_data *pdata);