X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fview.cpp;h=67d4f404d1162577f9afe524ea46f547d31b402c;hp=a05ac207beaaf734de8803f015479267ccd6d65d;hb=da30ecb7e72bd2547e524258efa5ec642988b70b;hpb=da5e6727a632752d19f975d84ea76f1683cd656f diff --git a/pv/view/view.cpp b/pv/view/view.cpp index a05ac207..67d4f404 100644 --- a/pv/view/view.cpp +++ b/pv/view/view.cpp @@ -48,6 +48,7 @@ #include "viewport.hpp" #include "pv/session.hpp" +#include "pv/devices/device.hpp" #include "pv/data/logic.hpp" #include "pv/data/logicsegment.hpp" #include "pv/util.hpp" @@ -675,7 +676,7 @@ void View::signals_changed() // Populate the traces clear_child_items(); - shared_ptr device = session_.device(); + shared_ptr device = session_.device()->device(); assert(device); // Collect a set of signals