X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fsigsession.cpp;h=a6a2875e62657ca7dacc458808f854fc6dfbe88c;hp=24a059ea8a35f03340461aac434047231087ec05;hb=6e89374a6796f8d5d9cc61b0a2f7e98562a034ae;hpb=ce94e4fd5d7ab666259231d21759613f1f2b93ee diff --git a/pv/sigsession.cpp b/pv/sigsession.cpp index 24a059ea..a6a2875e 100644 --- a/pv/sigsession.cpp +++ b/pv/sigsession.cpp @@ -26,7 +26,7 @@ #include "data/analog.h" #include "data/analogsnapshot.h" -#include "data/decoder.h" +#include "data/decoderstack.h" #include "data/logic.h" #include "data/logicsnapshot.h" @@ -208,7 +208,7 @@ bool SigSession::add_decoder(srd_decoder *const dec) lock_guard lock(_signals_mutex); // Create the decoder - shared_ptr decoder(new data::Decoder(dec)); + shared_ptr decoder(new data::DecoderStack(dec)); // Auto select the initial probes for(const GSList *i = dec->probes; i; i = i->next)