CryConfig: DISALLOW_COPY_AND_ASSIGN
This commit is contained in:
parent
fcc22fe054
commit
2d74935034
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
#include <boost/filesystem/path.hpp>
|
#include <boost/filesystem/path.hpp>
|
||||||
|
|
||||||
|
#include "fspp/utils/macros.h"
|
||||||
|
|
||||||
namespace cryfs {
|
namespace cryfs {
|
||||||
|
|
||||||
class CryConfig {
|
class CryConfig {
|
||||||
@ -22,6 +24,7 @@ private:
|
|||||||
|
|
||||||
std::string _root_blob;
|
std::string _root_blob;
|
||||||
|
|
||||||
|
DISALLOW_COPY_AND_ASSIGN(CryConfig);
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user