X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Frow.hpp;h=9c81b8715a44c8844047e3e4bb3631bcfc37ffd5;hb=cbf0f87e496c9d9157591c94dc445aaa960fe79d;hp=6413e78808bb0de907c83a89c5e0e6073a060e89;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f;p=pulseview.git diff --git a/pv/data/decode/row.hpp b/pv/data/decode/row.hpp index 6413e788..9c81b871 100644 --- a/pv/data/decode/row.hpp +++ b/pv/data/decode/row.hpp @@ -38,7 +38,7 @@ public: Row(); Row(const srd_decoder *decoder, - const srd_decoder_annotation_row *row = NULL); + const srd_decoder_annotation_row *row = nullptr); const srd_decoder* decoder() const; const srd_decoder_annotation_row* row() const;