X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fdecoderstack.cpp;h=da831e3be097fe6446bb688ae953860f9964ef10;hb=2b81ae4682ade4109ffa442794de36ceb32045eb;hp=3d7341261dc896e5f0c0f23876eb212023bb7d0d;hpb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;p=pulseview.git diff --git a/pv/data/decoderstack.cpp b/pv/data/decoderstack.cpp index 3d73412..da831e3 100644 --- a/pv/data/decoderstack.cpp +++ b/pv/data/decoderstack.cpp @@ -24,14 +24,14 @@ #include -#include "decoderstack.h" +#include "decoderstack.hpp" -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include using std::lock_guard; using std::mutex; @@ -59,7 +59,7 @@ const unsigned int DecoderStack::DecodeNotifyPeriod = 65536; mutex DecoderStack::global_decode_mutex_; -DecoderStack::DecoderStack(pv::SigSession &session, +DecoderStack::DecoderStack(pv::Session &session, const srd_decoder *const dec) : session_(session), sample_count_(0),