entry is a class not a struct
This commit is contained in:
parent
ac01ccc43a
commit
30076218f8
|
@ -40,7 +40,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||||
namespace libtorrent {
|
namespace libtorrent {
|
||||||
|
|
||||||
struct bdecode_node;
|
struct bdecode_node;
|
||||||
struct entry;
|
class entry;
|
||||||
|
|
||||||
namespace dht {
|
namespace dht {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue