CryConfig: DISALLOW_COPY_AND_ASSIGN

This commit is contained in:
Sebastian Messmer 2014-12-07 22:29:24 +01:00
parent fcc22fe054
commit 2d74935034

View File

@ -4,6 +4,8 @@
#include <boost/filesystem/path.hpp>
#include "fspp/utils/macros.h"
namespace cryfs {
class CryConfig {
@ -22,6 +24,7 @@ private:
std::string _root_blob;
DISALLOW_COPY_AND_ASSIGN(CryConfig);
};
}