mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Make Uncopyable derivations public
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
calling thread until another thread wakes it up by calling the signal()
|
||||
method.
|
||||
*/
|
||||
class BEAST_API WaitableEvent : LeakChecked <WaitableEvent>, Uncopyable
|
||||
class BEAST_API WaitableEvent : LeakChecked <WaitableEvent>, public Uncopyable
|
||||
{
|
||||
public:
|
||||
//==============================================================================
|
||||
|
||||
Reference in New Issue
Block a user