aboutsummaryrefslogtreecommitdiff
path: root/include/Key.hpp
diff options
context:
space:
mode:
authorAleksi Lindeman <aleksi_888@hotmail.com>2018-02-03 19:33:05 +0100
committerAleksi Lindeman <aleksi_888@hotmail.com>2018-02-03 19:33:11 +0100
commit28efc0068f47ec787791a07a63d720710068c095 (patch)
treebb831558de90002c8c774cd58220dbc0baeb7a12 /include/Key.hpp
parent6f1089db78f14b52b869f5aaa979e52ff5e4c2d7 (diff)
Add seed function, not yet finished
Diffstat (limited to 'include/Key.hpp')
-rw-r--r--include/Key.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Key.hpp b/include/Key.hpp
index e9f0591..505050d 100644
--- a/include/Key.hpp
+++ b/include/Key.hpp
@@ -7,6 +7,7 @@ namespace odhtdb
class Key
{
public:
+ Key() {}
Key(const char *key) : hashedKey(dht::InfoHash::get(key)) {}
dht::InfoHash hashedKey;