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:
@@ -31,7 +31,7 @@
|
||||
Since the DLL is freed when this object is deleted, it's handy for managing
|
||||
library lifetimes using RAII.
|
||||
*/
|
||||
class BEAST_API DynamicLibrary : LeakChecked <DynamicLibrary>, Uncopyable
|
||||
class BEAST_API DynamicLibrary : LeakChecked <DynamicLibrary>, public Uncopyable
|
||||
{
|
||||
public:
|
||||
/** Creates an unopened DynamicLibrary object.
|
||||
|
||||
Reference in New Issue
Block a user