mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 14:01:21 +00:00
cmCryptoHash: make noncopyable
This commit is contained in:
parent
7284b15f8c
commit
b44659f5e8
@ -78,6 +78,9 @@ public:
|
||||
std::string FinalizeHex();
|
||||
|
||||
private:
|
||||
cmCryptoHash(cmCryptoHash const&);
|
||||
cmCryptoHash& operator=(cmCryptoHash const&);
|
||||
|
||||
unsigned int Id;
|
||||
struct rhash_context* CTX;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user