mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Add default value to Semaphore ctor
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
||||
|
||||
@param initialCount The starting number of resources.
|
||||
*/
|
||||
explicit Semaphore (int initialCount);
|
||||
explicit Semaphore (int initialCount = 0);
|
||||
|
||||
~Semaphore ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user