X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Frow.hpp;fp=pv%2Fdata%2Fdecode%2Frow.hpp;h=9c81b8715a44c8844047e3e4bb3631bcfc37ffd5;hb=4c60462b00cc329e61daedd1c2e66724077bd412;hp=6413e78808bb0de907c83a89c5e0e6073a060e89;hpb=aa90e86b1c25f67ea64d7bec0560f531c67bc853;p=pulseview.git diff --git a/pv/data/decode/row.hpp b/pv/data/decode/row.hpp index 6413e78..9c81b87 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;