]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decode/decoder.cpp
Replaced NULL with nullptr
[pulseview.git] / pv / data / decode / decoder.cpp
index c5fffa6764385dbe6265f9441b32b312f06fcf70..018051df0fccc0182a92fb9ce6727aa9303863a0 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <cassert>
 
-#include <libsigrok/libsigrok.hpp>
+#include <libsigrokcxx/libsigrokcxx.hpp>
 #include <libsigrokdecode/libsigrokdecode.h>
 
 #include "decoder.hpp"
@@ -129,7 +129,7 @@ srd_decoder_inst* Decoder::create_decoder_inst(srd_session *session, int unit_si
        g_hash_table_destroy(opt_hash);
 
        if(!decoder_inst)
-               return NULL;
+               return nullptr;
 
        // Setup the channels
        GHashTable *const channels = g_hash_table_new_full(g_str_hash,