aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <0xdec05eba@gmail.com>2018-04-28 17:11:00 +0200
committerdec05eba <0xdec05eba@gmail.com>2018-04-28 17:11:07 +0200
commit92e22dd7f1f918ef92a31f5526bac263ef409f18 (patch)
treed5da73194928e02046cceff6e8b5023c195ec1bf /include
parent97fd90f4c3319e3e789416155c1a462ab179875c (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);