X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Frowdata.h;h=265c4e37bf61d01fca007bb14880588e0f83d613;hp=01c65b6e84ace4c4a1d4b44e3e11ba5bca78d758;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hpb=2a21747e9daac2a45cd9a5ceb9a351f9775c5704 diff --git a/pv/data/decode/rowdata.h b/pv/data/decode/rowdata.h index 01c65b6..265c4e3 100644 --- a/pv/data/decode/rowdata.h +++ b/pv/data/decode/rowdata.h @@ -47,7 +47,7 @@ public: void push_annotation(const Annotation &a); private: - std::vector _annotations; + std::vector annotations_; }; }