X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdevicemanager.hpp;h=92ed7dea5f85329567ca525ca2e955285df69212;hp=2c9343001211409e8e836d95c9d5d623417ebcd2;hb=ca1d6d5f466272ac7e906b589e2804b12568fa96;hpb=58d8e4c6c50bb119d405d754a6fb122d932d6510 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;