X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fbinding%2Fdecoder.cpp;h=28cc30d668e94deddc71ca6f28b8f3645daa5cee;hp=dd5716027aeb492d47ab298c3f506f7f028148cc;hb=4c60462b00cc329e61daedd1c2e66724077bd412;hpb=aa90e86b1c25f67ea64d7bec0560f531c67bc853 diff --git a/pv/binding/decoder.cpp b/pv/binding/decoder.cpp index dd571602..28cc30d6 100644 --- a/pv/binding/decoder.cpp +++ b/pv/binding/decoder.cpp @@ -106,7 +106,7 @@ shared_ptr Decoder::bind_enum( Glib::VariantBase Decoder::getter(const char *id) { - GVariant *val = NULL; + GVariant *val = nullptr; assert(decoder_);