X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Frowdata.cpp;h=2a26169eb6cc0f14adb5a107726c40ee891838b6;hp=aff4a26b333b68b2672af073c87b8ad5c392d406;hb=5a914348e8c95f92fd7c1c5988d563c5fb472aa2;hpb=1ed996b433f3391f54846784d76da4fe6b07500f diff --git a/pv/data/decode/rowdata.cpp b/pv/data/decode/rowdata.cpp index aff4a26..2a26169 100644 --- a/pv/data/decode/rowdata.cpp +++ b/pv/data/decode/rowdata.cpp @@ -42,9 +42,9 @@ void RowData::get_annotation_subset( dest.push_back(annotation); } -void RowData::emplace_annotation(srd_proto_data *pdata) +void RowData::emplace_annotation(srd_proto_data *pdata, const Row *row) { - annotations_.emplace_back(pdata); + annotations_.emplace_back(pdata, row); } } // namespace decode