X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fdevicemanager.hpp;h=92ed7dea5f85329567ca525ca2e955285df69212;hb=7ba25e4f0953839d9dd9623ef8d80c57db75364b;hp=2c9343001211409e8e836d95c9d5d623417ebcd2;hpb=58d8e4c6c50bb119d405d754a6fb122d932d6510;p=pulseview.git diff --git a/pv/devicemanager.hpp b/pv/devicemanager.hpp index 2c934300..92ed7dea 100644 --- a/pv/devicemanager.hpp +++ b/pv/devicemanager.hpp @@ -58,7 +58,8 @@ class Session; class DeviceManager { public: - DeviceManager(shared_ptr context, std::string driver); + DeviceManager(shared_ptr context, + std::string driver, bool do_scan); ~DeviceManager() = default;