]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decoderstack.cpp
Renamed pv::data::Analog::get_snapshots and Logic::get_snapshots
[pulseview.git] / pv / data / decoderstack.cpp
index c179b24a85701f548468ae244019444700af21e8..e0b16573430d8ef466309363af9e7b29ba9a8d1a 100644 (file)
@@ -245,7 +245,7 @@ void DecoderStack::begin_decode()
 
        // Check we have a snapshot of data
        const deque< shared_ptr<pv::data::LogicSnapshot> > &snapshots =
-               data->get_snapshots();
+               data->logic_snapshots();
        if (snapshots.empty())
                return;
        snapshot_ = snapshots.front();