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 @@
|
||||
|
||||
@ingroup beast_core
|
||||
*/
|
||||
class BEAST_API SerialFor : Uncopyable
|
||||
class BEAST_API SerialFor : public Uncopyable
|
||||
{
|
||||
public:
|
||||
/** Create a serial for loop.
|
||||
|
||||
Reference in New Issue
Block a user