mirror of
https://github.com/vgough/encfs.git
synced 2024-11-22 07:53:31 +01:00
parent
c444f9b917
commit
406b63bfe2
@ -76,7 +76,7 @@ class NullDestructor {
|
|||||||
NullDestructor &operator=(const NullDestructor &) = delete; // copy assignment
|
NullDestructor &operator=(const NullDestructor &) = delete; // copy assignment
|
||||||
NullDestructor& operator=(NullDestructor&& other) = delete; // move assignment
|
NullDestructor& operator=(NullDestructor&& other) = delete; // move assignment
|
||||||
|
|
||||||
void operator()(NullKey *&) {}
|
void operator()(NullKey *) {}
|
||||||
};
|
};
|
||||||
std::shared_ptr<AbstractCipherKey> gNullKey(new NullKey(), NullDestructor());
|
std::shared_ptr<AbstractCipherKey> gNullKey(new NullKey(), NullDestructor());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user