mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Add missing noexcept specifier
This commit is contained in:
@@ -104,7 +104,7 @@ class Win32Thread {
|
||||
* Join (or wait on, since this is WIn32) the thread on shutdown, just like
|
||||
* `std::jthread` does.
|
||||
*/
|
||||
~Win32Thread();
|
||||
~Win32Thread() noexcept;
|
||||
|
||||
Win32Thread(const Win32Thread&) = delete;
|
||||
Win32Thread& operator=(const Win32Thread&) = delete;
|
||||
|
||||
Reference in New Issue
Block a user