X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Frowdata.hpp;h=07cc41bf3eb1f8febf04c06595d8da2f142eb7da;hp=3cb69b3ef1b5ad84ad95581c961c9a4f9694850f;hb=1becee23bdd2b44145b753edd05bf01f7fb0707e;hpb=83b9c07b79b30c1a76a10234dc01d3a5d48eba56 diff --git a/pv/data/decode/rowdata.hpp b/pv/data/decode/rowdata.hpp index 3cb69b3e..07cc41bf 100644 --- a/pv/data/decode/rowdata.hpp +++ b/pv/data/decode/rowdata.hpp @@ -22,6 +22,8 @@ #include +#include + #include "annotation.hpp" using std::vector; @@ -45,7 +47,7 @@ public: vector &dest, uint64_t start_sample, uint64_t end_sample) const; - void push_annotation(const Annotation &a); + void emplace_annotation(srd_proto_data *pdata); private: vector annotations_;