X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecoderstack.cpp;h=e0b16573430d8ef466309363af9e7b29ba9a8d1a;hp=c179b24a85701f548468ae244019444700af21e8;hb=1df18f6b6d20abd3f1ede94325b6781bf5038ea9;hpb=9ab27c433c838bd604d77e4ee54f16415f85ab7c diff --git a/pv/data/decoderstack.cpp b/pv/data/decoderstack.cpp index c179b24..e0b1657 100644 --- a/pv/data/decoderstack.cpp +++ b/pv/data/decoderstack.cpp @@ -245,7 +245,7 @@ void DecoderStack::begin_decode() // Check we have a snapshot of data const deque< shared_ptr > &snapshots = - data->get_snapshots(); + data->logic_snapshots(); if (snapshots.empty()) return; snapshot_ = snapshots.front();