mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Adjust access-specifier
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
@see SharedObjectPtr, SharedObjectArray, SingleThreadedSharedObject
|
@see SharedObjectPtr, SharedObjectArray, SingleThreadedSharedObject
|
||||||
*/
|
*/
|
||||||
class BEAST_API SharedObject : Uncopyable
|
class BEAST_API SharedObject : public Uncopyable
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user