X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Frowdata.hpp;h=07cc41bf3eb1f8febf04c06595d8da2f142eb7da;hb=b8132c767bde604907152e68d85e703078809be8;hp=21543c5c1141a9e95ecbd9513d90a6145f21d8cf;hpb=6f925ba9d6faf1077b73c5a5808259576081716a;p=pulseview.git diff --git a/pv/data/decode/rowdata.hpp b/pv/data/decode/rowdata.hpp index 21543c5c..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,14 +47,14 @@ 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_; }; -} -} // data -} // pv +} // namespace decode +} // namespace data +} // namespace pv #endif // PULSEVIEW_PV_DATA_DECODE_ROWDATA_HPP