X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdevicemanager.hpp;h=92ed7dea5f85329567ca525ca2e955285df69212;hb=d13d95b3eaee713cc4eabbc0682ca545b4c31800;hp=2c9343001211409e8e836d95c9d5d623417ebcd2;hpb=58d8e4c6c50bb119d405d754a6fb122d932d6510;p=pulseview.git diff --git a/pv/devicemanager.hpp b/pv/devicemanager.hpp index 2c93430..92ed7de 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;