mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-13 23:26:16 +00:00
string_view refactor
This commit is contained in:
@@ -36,7 +36,7 @@ class HIDDeviceWinUSB final : public IHIDDevice
|
||||
unsigned m_usbIntfOutPipe = 0;
|
||||
bool m_runningTransferLoop = false;
|
||||
|
||||
const std::string& m_devPath;
|
||||
std::string_view m_devPath;
|
||||
std::mutex m_initMutex;
|
||||
std::condition_variable m_initCond;
|
||||
std::thread m_thread;
|
||||
|
||||
Reference in New Issue
Block a user