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:
@@ -34,7 +34,7 @@
|
||||
|
||||
@see CriticalSection
|
||||
*/
|
||||
class BEAST_API InterProcessLock : Uncopyable
|
||||
class BEAST_API InterProcessLock : public Uncopyable
|
||||
{
|
||||
public:
|
||||
//==============================================================================
|
||||
@@ -71,7 +71,7 @@ public:
|
||||
|
||||
@see ScopedLock
|
||||
*/
|
||||
class ScopedLockType : Uncopyable
|
||||
class ScopedLockType : public Uncopyable
|
||||
{
|
||||
public:
|
||||
//==============================================================================
|
||||
|
||||
Reference in New Issue
Block a user