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:
@@ -442,7 +442,7 @@ Result ZipFile::uncompressEntry (const int index,
|
||||
//=============================================================================
|
||||
extern unsigned long beast_crc32 (unsigned long crc, const unsigned char*, unsigned len);
|
||||
|
||||
class ZipFile::Builder::Item : LeakChecked <ZipFile::Builder::Item>, Uncopyable
|
||||
class ZipFile::Builder::Item : LeakChecked <ZipFile::Builder::Item>, public Uncopyable
|
||||
{
|
||||
public:
|
||||
Item (const File& f, const int compression, const String& storedPath)
|
||||
|
||||
Reference in New Issue
Block a user