aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-04-28 17:11:00 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-18 23:25:46 +0200
commitb6312c4b5ab04be3f89b0d46c5546baa9feb542e (patch)
treeef5f1a6fe7400ff0c9724ef4bf0eebcaec98e051 /include
parent1e4dac83952e1f707cdb837f647e6c80c3414154 (diff)
blalba
Diffstat (limited to 'include')
-rw-r--r--include/odhtdb/Database.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/odhtdb/Database.hpp b/include/odhtdb/Database.hpp
index ecdf70c..f222215 100644
--- a/include/odhtdb/Database.hpp
+++ b/include/odhtdb/Database.hpp
@@ -146,6 +146,7 @@ namespace odhtdb
class Database
{
+ DISABLE_COPY(Database)
friend class DatabaseStorage;
public:
Database(const char *bootstrapNodeAddr, u16 port, const boost::filesystem::path &storageDir);