]> sigrok.org Git - pulseview.git/blobdiff - pv/sigsession.cpp
property: add the necessary include file for std::function
[pulseview.git] / pv / sigsession.cpp
index 84e1d48fdf19b0f62747745e0d60215d8330c066..87b561eb11ccc8a09aea5db2b1f2f652810a5344 100644 (file)
@@ -47,8 +47,8 @@
 
 #include <QDebug>
 
-using boost::function;
 using std::dynamic_pointer_cast;
+using std::function;
 using std::lock_guard;
 using std::mutex;
 using std::list;
@@ -448,7 +448,7 @@ void SigSession::sample_thread_proc(shared_ptr<device::DevInst> dev_inst,
                return;
        }
 
-       set_capture_state(dev_inst->is_trigger_enabled() ?
+       set_capture_state(sr_session_trigger_get() ?
                AwaitingTrigger : Running);
 
        dev_inst->run();