Skip to content

Commit

Permalink
Revert RTSemaphore definition
Browse files Browse the repository at this point in the history
  • Loading branch information
KKQ-KKQ committed Feb 10, 2024
1 parent 642c4f5 commit 8c80abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sfizz/RTSemaphore.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

class RTSemaphore {
public:
explicit RTSemaphore(unsigned value);
explicit RTSemaphore(unsigned value = 0);
explicit RTSemaphore(std::error_code& ec, unsigned value = 0) noexcept;
~RTSemaphore() noexcept;

Expand Down

0 comments on commit 8c80abb

Please sign in to comment.