From cabe9dbeb55c876aae8753c69861ab4733ef9514 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Mon, 16 Jan 2017 17:53:21 -0500
Subject: [PATCH] dht: declare StorageBucket as class

---
 include/opendht/dht.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/opendht/dht.h b/include/opendht/dht.h
index b8067711..92444b0f 100644
--- a/include/opendht/dht.h
+++ b/include/opendht/dht.h
@@ -357,7 +357,7 @@ private:
     struct LocalListener;
     struct Search;
     struct ValueStorage;
-    struct StorageBucket;
+    class StorageBucket;
     struct Listener;
     struct Storage;
 
-- 
GitLab