X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fstoresession.cpp;h=ee1a3a03f096cf5c55d3a0ce16ea3f3c85496669;hb=926934b87183a33306c030ed0a01dfea630fa36d;hp=3d7b058a87034b6c02cc4109347e798b94702b40;hpb=30677c1392b54604b01558cf29b44572731659fc;p=pulseview.git diff --git a/pv/storesession.cpp b/pv/storesession.cpp index 3d7b058..ee1a3a0 100644 --- a/pv/storesession.cpp +++ b/pv/storesession.cpp @@ -97,7 +97,7 @@ bool StoreSession::start() vector< shared_ptr > achannel_list; vector< shared_ptr > asegment_list; - for (shared_ptr signal : sigs) { + for (const shared_ptr& signal : sigs) { if (!signal->enabled()) continue;