X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Frowdata.hpp;h=0589ec894eb444fad4f2d0d759c98a1eabc13fc7;hp=f2c6793bbbb789c286aa5e90b3519ddad8753a2c;hb=5a914348e8c95f92fd7c1c5988d563c5fb472aa2;hpb=1ed996b433f3391f54846784d76da4fe6b07500f diff --git a/pv/data/decode/rowdata.hpp b/pv/data/decode/rowdata.hpp index f2c6793..0589ec8 100644 --- a/pv/data/decode/rowdata.hpp +++ b/pv/data/decode/rowdata.hpp @@ -32,6 +32,8 @@ namespace pv { namespace data { namespace decode { +class Row; + class RowData { public: @@ -49,7 +51,7 @@ public: vector &dest, uint64_t start_sample, uint64_t end_sample) const; - void emplace_annotation(srd_proto_data *pdata); + void emplace_annotation(srd_proto_data *pdata, const Row *row); private: vector annotations_;