X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Frow.h;h=221d9c9b110344e6ed600abb71a05c4d66c39e6a;hp=6c05ac45c1351459132da848a1b14243daf35f64;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hpb=2a21747e9daac2a45cd9a5ceb9a351f9775c5704 diff --git a/pv/data/decode/row.h b/pv/data/decode/row.h index 6c05ac4..221d9c9 100644 --- a/pv/data/decode/row.h +++ b/pv/data/decode/row.h @@ -48,8 +48,8 @@ public: bool operator<(const Row &other) const; private: - const srd_decoder *_decoder; - const srd_decoder_annotation_row *_row; + const srd_decoder *decoder_; + const srd_decoder_annotation_row *row_; }; } // decode