mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
cmCryptoHash: make noncopyable
This commit is contained in:
@@ -78,6 +78,9 @@ public:
|
||||
std::string FinalizeHex();
|
||||
|
||||
private:
|
||||
cmCryptoHash(cmCryptoHash const&);
|
||||
cmCryptoHash& operator=(cmCryptoHash const&);
|
||||
|
||||
unsigned int Id;
|
||||
struct rhash_context* CTX;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user