X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Frowdata.h;h=265c4e37bf61d01fca007bb14880588e0f83d613;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hp=01c65b6e84ace4c4a1d4b44e3e11ba5bca78d758;hpb=21ea5e700fdde6a6eb2c0969649fcb1d8ea6d283;p=pulseview.git 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_; }; }