X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdevicemanager.hpp;h=92ed7dea5f85329567ca525ca2e955285df69212;hb=d1c343c8dcbde4c3c9c4d85c62457d3bcbf5bde6;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;