X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fstoresession.cpp;h=46dddcd64411fb85ac998c19d6b493977c52df5d;hp=221804c40baaf07721f7c229704f5cae072f1ca4;hb=1df18f6b6d20abd3f1ede94325b6781bf5038ea9;hpb=e0e560a5b61ce41b1907d699911cae86a793d5d7 diff --git a/pv/storesession.cpp b/pv/storesession.cpp index 221804c4..46dddcd6 100644 --- a/pv/storesession.cpp +++ b/pv/storesession.cpp @@ -22,7 +22,7 @@ #include "storesession.hpp" -#include +#include #include #include #include @@ -108,7 +108,7 @@ bool StoreSession::start() // Get the snapshot const deque< shared_ptr > &snapshots = - data->get_snapshots(); + data->logic_snapshots(); if (snapshots.empty()) { error_ = tr("No snapshots to save.");