]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decode/decoder.cpp
Replaced NULL with nullptr
[pulseview.git] / pv / data / decode / decoder.cpp
index e2db774283496c6d3d1d58dfa068317433050b56..018051df0fccc0182a92fb9ce6727aa9303863a0 100644 (file)
 
 #include <cassert>
 
-#include <libsigrok/libsigrok.hpp>
+#include <libsigrokcxx/libsigrokcxx.hpp>
 #include <libsigrokdecode/libsigrokdecode.h>
 
-#include "decoder.h"
+#include "decoder.hpp"
 
-#include <pv/view/logicsignal.h>
+#include <pv/view/logicsignal.hpp>
 
 using std::set;
 using std::map;
@@ -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,