]> sigrok.org Git - pulseview.git/blobdiff - pv/binding/decoder.cpp
Replaced NULL with nullptr
[pulseview.git] / pv / binding / decoder.cpp
index dd5716027aeb492d47ab298c3f506f7f028148cc..28cc30d668e94deddc71ca6f28b8f3645daa5cee 100644 (file)
@@ -106,7 +106,7 @@ shared_ptr<Property> Decoder::bind_enum(
 
 Glib::VariantBase Decoder::getter(const char *id)
 {
-       GVariant *val = NULL;
+       GVariant *val = nullptr;
 
        assert(decoder_);