X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Fannotation.h;h=f1e2ef35975bb30d27015c64d08f51a8b25ef103;hp=0d7fd5d5e59441e8ed9a81d7993fe7fa97340d47;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hpb=2a21747e9daac2a45cd9a5ceb9a351f9775c5704 diff --git a/pv/data/decode/annotation.h b/pv/data/decode/annotation.h index 0d7fd5d..f1e2ef3 100644 --- a/pv/data/decode/annotation.h +++ b/pv/data/decode/annotation.h @@ -42,10 +42,10 @@ public: const std::vector& annotations() const; private: - uint64_t _start_sample; - uint64_t _end_sample; - int _format; - std::vector _annotations; + uint64_t start_sample_; + uint64_t end_sample_; + int format_; + std::vector annotations_; }; } // namespace decode