]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decode/rowdata.hpp
Minor decode refactorizations
[pulseview.git] / pv / data / decode / rowdata.hpp
index 4454d691e58d060e1bbb93481673b17293b7f9e8..01ea94f4586c7390601c28ea61e68c76a5ca960d 100644 (file)
@@ -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<const pv::data::decode::Annotation*> &dest,
+       void get_annotation_subset(deque<const pv::data::decode::Annotation*> &dest,
                uint64_t start_sample, uint64_t end_sample) const;
 
        void emplace_annotation(srd_proto_data *pdata);