Skip to content

Commit 36557a9

Browse files
committed
Implemented Devices Watcher API for Windows
1 parent 2edf5d9 commit 36557a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resources/Native/macOS/NativeApi-macOS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ struct SessionHandle
299299
OSStatus clientCreationStatus;
300300
InputDeviceCallback inputDeviceCallback;
301301
OutputDeviceCallback outputDeviceCallback;
302-
std::atomic<char> devicesWatcherEnabled = 0;
302+
std::atomic<char> devicesWatcherEnabled{0};
303303
};
304304

305305
void HandleSource(MIDIEndpointRef source, SessionHandle* sessionHandle, char operation)

0 commit comments

Comments
 (0)